Skip to content

Commit

Permalink
setting a base-path for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Mariuxdeangelo <[email protected]>
  • Loading branch information
Mariuxdeangelo committed Jun 9, 2024
1 parent 4e1e15f commit c2aece6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: '/catalog/',
base: '/sbom-everywhere/catalog/',
plugins: [vue()],
})
1 change: 1 addition & 0 deletions SBOM-wiki/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
base: "/sbom-everywhere/",
title: "SBOM-Everywhere Wiki",
description: "Information and advice about using SBOM in open source projects.",
themeConfig: {
Expand Down

0 comments on commit c2aece6

Please sign in to comment.