Skip to content

Commit 0455a96

Browse files
committed
try setting base path to 1-react-quickstart
1 parent 0d8a26e commit 0455a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const config = defineConfig({
88
plugins: [
99
react(),
1010
tailwindcss(),
11-
]
11+
],
12+
base: '/1-react-quickstart/',
1213
})
1314

1415
const vitestConfig = defineTestConfig({

0 commit comments

Comments
 (0)