Skip to content

Commit

Permalink
Remove base URL configuration in vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt committed Mar 25, 2024
1 parent 6c68c48 commit da1d485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ export default defineConfig({
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
base: '/mystery-fruits-js/',
})

0 comments on commit da1d485

Please sign in to comment.