Skip to content

Commit

Permalink
Update vite.config.js to remove base path
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt committed Mar 25, 2024
1 parent 541ff57 commit d1bb514
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
base: '/mystery-fruits-js/'
}
})

0 comments on commit d1bb514

Please sign in to comment.