.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NEXT_PUBLIC_MATOMO_URL
─── Matomo Analytics ─────────────────────────────────────────────────────────── URL and site ID required for analytics and A/B testing
NEXT_PUBLIC_MATOMO_SITE_ID
NEXT_PUBLIC_IS_PREVIEW_DEPLOY
Used to avoid loading Matomo in our preview deploys
NEXT_PUBLIC_BUILD_LOCALES
Build pages only for the specified langs. Leave it empty to build all the langs e.g., `en,fr` will only build English and French pages…
LIMIT_CPUS
If resource constraints are being hit during builds, change LIMIT_CPUS to a fixed number of CPUs (e.g., 2) to limit the demand during build…
ANALYZE
Enables the bundle analyzer
USE_MOCK_DATA
Use mock data for development. Set to "false" to use live data but you must have the environment variables set to make api requests