diff options
author | 2021-11-23 14:47:05 -0800 | |
---|---|---|
committer | 2021-11-23 14:47:05 -0800 | |
commit | 7476a92461c4ed3e9b879d3ee7669ba59d027248 (patch) | |
tree | 8d32e787f467b8efdcc2de52786cd306834c4d36 /docs/src/pages/guides/environment-variables.md | |
parent | 9ed6b3c0f00722436f4b30829046c1e9ef4e5765 (diff) | |
download | astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.gz astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.zst astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.zip |
update repo URL (#1994)
Diffstat (limited to 'docs/src/pages/guides/environment-variables.md')
-rw-r--r-- | docs/src/pages/guides/environment-variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/environment-variables.md b/docs/src/pages/guides/environment-variables.md index 26e19ff7f..30ab36398 100644 --- a/docs/src/pages/guides/environment-variables.md +++ b/docs/src/pages/guides/environment-variables.md @@ -6,7 +6,7 @@ description: Learn how to use environment variables in an Astro project. Astro uses Vite for environment variables, and allows you to use any of its methods to get and set environment variables. Note that all environment variables must be prefixed with `PUBLIC_` to be accessible by client side code. -The ability to access private variables on the server side is [still being discussed](https://github.com/snowpackjs/astro/issues/1765). +The ability to access private variables on the server side is [still being discussed](https://github.com/withastro/astro/issues/1765). ## Setting environment variables |