blob: 686ccd77f1da76dd97b39b89123e629c90e30263 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Astro Starter Kit: Environment Variables
```
npm init astro -- --template env-vars
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/env-vars)
This example showcases Astro's support for Environment Variables. Please see Vite's [Env Variables and Modes](https://vitejs.dev/guide/env-and-mode.html) guide for more information.
|