From e120b6e50028ac7dc09b9656155107db118811fd Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 15 Feb 2026 11:05:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Rename=20base=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index e08b995..4068983 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -14,6 +14,6 @@ export default defineNuxtConfig({ { rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200' } ] }, - baseURL: Optional.ofNullable(process.env.NUXT_ROOT_PATH).orElse("/") + baseURL: Optional.ofNullable(process.env.NUXT_PUBLIC_ROOT_PATH).orElse("/") } })