Skip to content

Commit

Permalink
feat(meta): use env to collect monetization meta value
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Oct 21, 2020
1 parent cf30b2b commit db843f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
NODE_ENV=development
MONETIZATION_URI=
SENTRY_DSN=
SENTRY_AUTH_TOKEN=
5 changes: 1 addition & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ export default {
name: 'description',
content: 'Browse the most popular boorus in the Rule 34 App',
},

// Coil.com
{
hid: 'monetization',
name: 'monetization',
content: '$ilp.uphold.com/FaUNRmQqekxh',
content: process.env.MONETIZATION_URI || '',
},
],

Expand Down

0 comments on commit db843f9

Please sign in to comment.