Skip to content

Commit 5510c51

Browse files
FIX: Switch to relative paths for assets to resolve loading issues
1 parent 1671107 commit 5510c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import react from '@vitejs/plugin-react'
33

44
export default defineConfig({
55
plugins: [react()],
6-
base: '/myAIchatbotProject/',
6+
base: '', // Relative base path for flexible deployment
77
server: {
88
proxy: {
99
'/api': {

0 commit comments

Comments
 (0)