Hi @jeroenvdv. The VITE_ prefix is used for the original version of SvelteKit (v0), but recent versions work a bit differently. You can access deployment-specific environment variables from $env/static/private. An example of this is outlined in the SvelteKit docs: Vercel • Docs • Svelte