We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eff226 commit 172163bCopy full SHA for 172163b
vite.config.js
@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react'
3
4
export default defineConfig({
5
plugins: [react()],
6
- // IMPORTANT: This must match your repository name exactly, with slashes
7
- base: '/convolution_visualization_tool/',
+ // This dot-slash tells it to look for files "right here"
+ // It prevents 404 errors caused by wrong repository names
8
+ base: './',
9
})
0 commit comments