Skip to content

Commit

Permalink
Add base URL for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt committed Mar 25, 2024
1 parent 395307a commit 8f1c6aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: '/mystery-fruits-js/',
})

0 comments on commit 8f1c6aa

Please sign in to comment.