Clarify behaviour of 'secret server variables' in SSG mode #12008
thegatesdev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.astro.build/en/guides/environment-variables/#variable-types
On this page, the different types of environment variables are explained.
Both 'public client' and 'public server' variables make sense in SSG mode, they just get replaced by Vite at build time.
However, the behaviour of 'secret server' variables is not clear for that mode.
Do they:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions