Skip to content

Commit 33f7ee4

Browse files
authored
fix base url (#22)
1 parent 389de28 commit 33f7ee4

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
@@ -9,7 +9,7 @@ const config = defineConfig({
99
react(),
1010
tailwindcss(),
1111
],
12-
base: '/1-react-quickstart/',
12+
base: '/1_react_quickstart/',
1313
})
1414

1515
const vitestConfig = defineTestConfig({

0 commit comments

Comments
 (0)