Skip to content

Commit e7f3a88

Browse files
Update base path in Vite configuration for deployment
1 parent 03220f9 commit e7f3a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-scribe-shine-main/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
// const __filename = fileURLToPath(import.meta.url);
66
// const __dirname = dirname(__filename);
77
export default defineConfig(({ mode }: { mode: string }) => ({
8-
base: "/java-fundamentals-for-spring/",
8+
base: "/",
99
server: {
1010
host: "::",
1111
port: 8080,

0 commit comments

Comments
 (0)