Skip to content

Commit c7511dc

Browse files
committed
Set Vite base for GitHub Pages
1 parent e8ca8f1 commit c7511dc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
55

66
export default defineConfig({
77
plugins: [react(), tailwindcss()],
8+
base: "/PasswordGame/",
89
})

0 commit comments

Comments
 (0)