Skip to content

Commit d06b40a

Browse files
committed
chore: set base path to /
1 parent 188848d commit d06b40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

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

88
// https://vite.dev/config/
99
export default defineConfig({
10-
base: '/bronx/',
10+
base: '/',
1111
css: {
1212
postcss: {
1313
plugins: [autoprefixer(), tailwindcss()],

0 commit comments

Comments
 (0)