Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into bug-fix/shibui-2637
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Jul 24, 2024
2 parents e379851 + 2797e59 commit 62457d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default defineConfig(({mode}) => {
};

return ({
base: `${context}/`,
base: `${context ? context : "."}/`,
server:{
port,
proxy
Expand Down

0 comments on commit 62457d9

Please sign in to comment.