Skip to content

Commit

Permalink
docs: fix typo in plausible analytics env var example (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jontybrook authored Jul 19, 2024
1 parent a203f88 commit e43e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/scripts/analytics/plausible-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default defineNuxtConfig({
public: {
scripts: {
plausibleAnalytics: {
domain: '', // NUXT_PUBLIC_SCRIPTS_PLAUSIBLE_DOMAIN
domain: '', // NUXT_PUBLIC_SCRIPTS_PLAUSIBLE_ANALYTICS_DOMAIN
},
},
},
Expand Down

0 comments on commit e43e6e2

Please sign in to comment.