Skip to content

Commit

Permalink
Remove variável NEXT_UMAMI_ID do arquivo .env e atualiza a URL do scr…
Browse files Browse the repository at this point in the history
…ipt do Umami para o servidor em nuvem
  • Loading branch information
mdmjunior committed Feb 19, 2025
1 parent 82ed981 commit 415ae02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# visit https://giscus.app to get your Giscus ids

NEXT_UMAMI_ID=${{secrets.NEXT_UMAMI_ID}}

MAILCHIMP_API_KEY=
MAILCHIMP_API_SERVER=
MAILCHIMP_AUDIENCE_ID=
Expand Down
2 changes: 1 addition & 1 deletion data/siteMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const siteMetadata = {
// We use an env variable for this site to avoid other users cloning our analytics ID
umamiWebsiteId: process.env.NEXT_UMAMI_ID, // e.g. 123e4567-e89b-12d3-a456-426614174000
// You may also need to overwrite the script if you're storing data in the US - ex:
// src: 'https://us.umami.is/script.js'
src: 'https://cloud.umami.is/script.js',
// Remember to add 'us.umami.is' in `next.config.js` as a permitted domain for the CSP
},
// plausibleAnalytics: {
Expand Down

0 comments on commit 415ae02

Please sign in to comment.