Skip to content

Commit 67599dc

Browse files
committed
fix base url missing error
1 parent c1e6a23 commit 67599dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import tailwindcss from "@tailwindcss/vite";
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [react(), tailwindcss()],
8-
// base: "/PostPal-Intelligent-Photo-Selector/",
8+
base: "/PostPal-Intelligent-Photo-Selector/",
99
server: {
1010
headers: {
1111
"Cross-Origin-Opener-Policy": "same-origin-allow-popups",

0 commit comments

Comments
 (0)