Skip to content

Commit

Permalink
fix: set base to an absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe authored and fgt1t5y committed Dec 2, 2023
1 parent 9325166 commit 1697145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ export default defineConfig({
external: ['env.d.ts'],
},
},
base: './',
base: '/',
});

0 comments on commit 1697145

Please sign in to comment.