Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
saeed-zil committed May 30, 2024
1 parent 9c6faa8 commit db56606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
base: process.env.NODE_ENV === 'production' ? '/rock-paper-scissors/' : '/'
})

0 comments on commit db56606

Please sign in to comment.