Skip to content

fix: ensure .env variables are available in production

Julien Seiler requested to merge config into dev

Explicitly retrieve every Nuxt configuration variable from the environment so that they are available when compiling the app for production use.

Merge request reports