1- # SSG - ALL env vars are BUILD time ONLY
1+ # Static generation - ALL environment variables are BUILD time ONLY.
2+ # Inlined at build time and immutable at runtime.
23
3- # with https://
4- # https://nemanjamitic.com | https://nemanjam.github.io
5- SITE_URL=https://nemanjam.github.io
4+ # --------------- Required ---------------
65
7- # see draft posts and projects, true | false | empty
8- # optional, default false, set only on prod build
9- PREVIEW_MODE=
6+ # Your website url.
7+ # Includes protocol https:// or http://, no trailing slash '/'.
8+ # Example values: https://nemanjamitic.com | https://nemanjam.github.io | https://nemanjam.vercel.app
9+ SITE_URL=https://nemanjam.github.io
1010
11- # plausible analytics url
11+ # Url of the 'script.js' file hosted on Plausible analytics server.
12+ # Can be either hosted by Plausible or your own self-hosted server instance.
13+ # Example values: https://plausible.io/js/script.js | https://plausible.arm1.nemanjamitic.com/js/script.js
1214PLAUSIBLE_SCRIPT_URL=
1315
14- # for mirrors, hostname set in Plausible dashboard
15- # if not set, defaults to SITE_URL without https://
16- PLAUSIBLE_DOMAIN=nemanjamitic.com
16+ # --------------- Optional ---------------
17+
18+ # Domain that identifies your website instance in Plausible analytics dashboard.
19+ # Example values: nemanjamitic.com | nemanjam.github.io | nemanjam.vercel.app
20+ # Default value: SITE_URL without https://
21+ PLAUSIBLE_DOMAIN=nemanjamitic.com
22+
23+ # Include draft posts and projects.
24+ # Set only in production build.
25+ # Example values: true | false | empty
26+ # Default value: false
27+ PREVIEW_MODE=
28+
0 commit comments