Skip to content

Commit

Permalink
fixing routs for static sites
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuxdeangelo committed Apr 20, 2024
1 parent 9cea4fc commit eb842bf
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,6 +4,6 @@ import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
assetsInclude: ['**/*.yaml'],
base: '/sbom-everywhere/sbom-catalog/',
base: '/sbom-everywhere/',
plugins: [vue()],
})

0 comments on commit eb842bf

Please sign in to comment.