astro:env docs should explain which environment variables are captured at build vs runtime #9865
Labels
add new content
Document something that is not in docs. May require testing, confirmation, or affect other pages.
📚 Subject area/topic
environment variables
📋 Suggested page
https://5-0-0-beta.docs.astro.build/en/guides/environment-variables/#type-safe-environment-variables
📋 General description or bullet points (if proposing new content)
Some values for
context
andaccess
result in the environment variable being checked and captured at build time, while other values cause the environment variable to only be read at runtime. The documentation should say which is which.🖥️ Reproduction of code samples in StackBlitz
No response
The text was updated successfully, but these errors were encountered: