From 3cd784608c95d938ac8a265fd400385e952fed14 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sun, 15 Feb 2026 11:30:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Remove=20base=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 4068983..d52f20a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -13,7 +13,6 @@ export default defineNuxtConfig({ link: [ { 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_PUBLIC_ROOT_PATH).orElse("/") + } } })