Skip to content

Commit

Permalink
Merge pull request #49 from joshbressers/main
Browse files Browse the repository at this point in the history
Update base path for new domain
  • Loading branch information
joshbressers committed Apr 26, 2024
2 parents 338835f + 03684fc commit dd2237e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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/',
base: '/',
plugins: [vue()],
})
})

0 comments on commit dd2237e

Please sign in to comment.