Skip to content

Commit

Permalink
fix: set base in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 22, 2024
1 parent 45dcdf4 commit d5a6cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { fileURLToPath, URL } from "node:url"

// https://vitejs.dev/config/
export default defineConfig({
base: "/trivy-vulnerability-explorer",
plugins: [
VueRouter({
dts: "src/typed-router.d.ts",
Expand Down

0 comments on commit d5a6cc3

Please sign in to comment.