Compare commits

...

1 Commits

Author SHA1 Message Date
Constantin Graf
72041e059b Add base path to the vite config to be able to tunnel all vite assets through a CDN 2026-06-18 17:17:58 +02:00

View File

@@ -14,6 +14,7 @@ async function getConfig() {
const additionalPlugins = await collectModulePlugins('extensions');
return defineConfig({
base: './',
build: {
sourcemap: true, // Source map generation must be turned on
},