🚚 Remove base path

This commit is contained in:
Andreas Dinauer 2026-02-15 11:30:06 +01:00
parent 7c38b764b2
commit 3cd784608c

View File

@ -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("/")
}
}
})