Skip to content

Commit

Permalink
Uncomment the path for production
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Bressers <[email protected]>
  • Loading branch information
joshbressers committed Sep 9, 2024
1 parent c204ab2 commit bdf89e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SBOM-Catalog/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
assetsInclude: ['**/*.yaml'],
// base: '/catalog/',
base: '/catalog/',
// base: '/sbom-everywhere/catalog/',
plugins: [vue()],
})

0 comments on commit bdf89e2

Please sign in to comment.