diff --git a/web/explorer/src/components/NavBar.vue b/web/explorer/src/components/NavBar.vue index 9a466aac..b9631f90 100644 --- a/web/explorer/src/components/NavBar.vue +++ b/web/explorer/src/components/NavBar.vue @@ -1,19 +1,9 @@ - + { +export default defineConfig(({ mode }) => { const isBundle = mode === "bundle"; return { - base: isBundle ? "/" : "/capa/", + base: './', plugins: isBundle ? [vue(), viteSingleFile()] : [vue()], resolve: { alias: {