We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca140e commit a9f4798Copy full SHA for a9f4798
vite.config.ts
@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react'
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
plugins: [react()],
7
+ base: '/Portfolio-Website-v2/',
8
resolve: {
9
alias: [
10
{ find: '@', replacement: '/src' }
0 commit comments