Skip to content

Commit

Permalink
Add base path with repo name
Browse files Browse the repository at this point in the history
This matches what I do with memory-game repo which is using Vite so we want to do the same here.
  • Loading branch information
javierjulio committed Feb 17, 2024
1 parent 09864f4 commit c93ff1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default defineConfig({
// host: true, // Enable to expose host for running app on phone
open: true
},
base: '/nonograms-game/', // use repo name https://vitejs.dev/guide/static-deploy.html#github-pages
test: {
globals: true,
environment: 'jsdom',
Expand Down

0 comments on commit c93ff1b

Please # to comment.