Add base path to the vite config to be able to tunnel all vite assets through a CDN

This commit is contained in:
Constantin Graf
2026-06-18 17:17:58 +02:00
committed by Constantin Graf
parent c9e84260b1
commit c94aa8038d

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
},