diff --git a/SBOM-Catalog/vite.config.ts b/SBOM-Catalog/vite.config.ts index ed9c6fb..cbadd76 100644 --- a/SBOM-Catalog/vite.config.ts +++ b/SBOM-Catalog/vite.config.ts @@ -4,6 +4,6 @@ import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/ export default defineConfig({ assetsInclude: ['**/*.yaml'], - base: '/sbom-everywhere/', + base: '/', plugins: [vue()], -}) \ No newline at end of file +})