Skip to content

Commit ba55f32

Browse files
committed
fix: use migrated pages base path
1 parent 1d137db commit ba55f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite'
44

55
// https://vite.dev/config/
66
export default defineConfig({
7-
base: process.env.GITHUB_PAGES === 'true' ? '/woroldcup26/' : '/',
7+
base: process.env.GITHUB_PAGES === 'true' ? '/worldclup26/' : '/',
88
plugins: [react(), tailwindcss()],
99
test: {
1010
environment: 'jsdom',

0 commit comments

Comments
 (0)