We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebc74b8 + f6408cb commit 5b07ebdCopy full SHA for 5b07ebd
.env.example
@@ -31,7 +31,7 @@ NEXT_PUBLIC_MATOMO_URL=
31
NEXT_PUBLIC_MATOMO_SITE_ID=
32
33
# Used to avoid loading Matomo in our preview deploys
34
-IS_PREVIEW_DEPLOY=false
+NEXT_PUBLIC_IS_PREVIEW_DEPLOY=false
35
36
# Build pages only for the specified langs. Leave it empty to build all the langs
37
# e.g. `en,fr` will only build English and French pages
docs/ab-testing.md
@@ -165,7 +165,7 @@ NEXT_PUBLIC_MATOMO_SITE_ID=4
165
MATOMO_API_TOKEN=your_api_token_here
166
167
# Preview mode flag
168
169
```
170
171
## Best Practices
0 commit comments