Skip to content

Commit

Permalink
Add base URL for GitHub Pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedymatt committed Mar 25, 2024
1 parent d1bb514 commit 6b1719e
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 6b1719e

Please sign in to comment.