Skip to content

Commit 086ece3

Browse files
committed
chore: Update Vite config base path to include trailing slash
1 parent e8c9a4f commit 086ece3

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
@@ -5,7 +5,7 @@ import { defineConfig } from "vite";
55
import tsconfigPaths from "vite-tsconfig-paths";
66

77
export default defineConfig({
8-
base: "/react-main-2024-w2",
8+
base: "/react-main-2024-w2/",
99
css: {
1010
postcss: {
1111
plugins: [tailwindcss, autoprefixer],

0 commit comments

Comments
 (0)