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 e8c9a4f commit 086ece3Copy full SHA for 086ece3
vite.config.ts
@@ -5,7 +5,7 @@ import { defineConfig } from "vite";
5
import tsconfigPaths from "vite-tsconfig-paths";
6
7
export default defineConfig({
8
- base: "/react-main-2024-w2",
+ base: "/react-main-2024-w2/",
9
css: {
10
postcss: {
11
plugins: [tailwindcss, autoprefixer],
0 commit comments