We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d137db commit ba55f32Copy full SHA for ba55f32
1 file changed
vite.config.ts
@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite'
4
5
// https://vite.dev/config/
6
export default defineConfig({
7
- base: process.env.GITHUB_PAGES === 'true' ? '/woroldcup26/' : '/',
+ base: process.env.GITHUB_PAGES === 'true' ? '/worldclup26/' : '/',
8
plugins: [react(), tailwindcss()],
9
test: {
10
environment: 'jsdom',
0 commit comments