Skip to content

Commit

Permalink
vite config: use relative paths
Browse files Browse the repository at this point in the history
Closes #690

Resolves issues with reverse proxies and path mapping.
  • Loading branch information
sbs20 committed Nov 13, 2023
1 parent ec0aed2 commit c34886b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app-ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import packageJson from './package.json'

// https://vitejs.dev/config/
export default defineConfig({
base: '',
server: {
proxy: {
'/api': 'http://localhost:8080',
Expand Down

0 comments on commit c34886b

Please sign in to comment.