We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d8a26e commit 0455a96Copy full SHA for 0455a96
vite.config.ts
@@ -8,7 +8,8 @@ const config = defineConfig({
8
plugins: [
9
react(),
10
tailwindcss(),
11
- ]
+ ],
12
+ base: '/1-react-quickstart/',
13
})
14
15
const vitestConfig = defineTestConfig({
0 commit comments