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 495bb8f commit e6cbab6Copy full SHA for e6cbab6
vite.config.ts
@@ -6,6 +6,7 @@ import svgr from 'vite-plugin-svgr'
6
7
// https://vite.dev/config/
8
export default defineConfig({
9
+ base: '/tutorial/',
10
plugins: [
11
react(),
12
svgr(),
0 commit comments