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
parent dedb50ea73
commit 72041e059b

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