Skip to content

Commit

Permalink
fix: set repo as base
Browse files Browse the repository at this point in the history
  • Loading branch information
jgleal committed Dec 12, 2023
1 parent 4125396 commit ba7b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {configDefaults} from "vitest/config";

// https://vitejs.dev/config/
export default defineConfig({
base: '/',
base: '/shieldjs/',
plugins: [react()],
test: {
globals: true,
Expand Down

0 comments on commit ba7b40b

Please sign in to comment.