We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b968a7b commit 9d85a6dCopy full SHA for 9d85a6d
vite.config.ghpages.ts
@@ -3,6 +3,7 @@ import path from 'path';
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ base: './',
7
resolve: {
8
alias: {
9
'@src': path.resolve(__dirname, './src'),
0 commit comments