Skip to content

Commit

Permalink
SHIBUI-2639: UI Fix for context path
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 24, 2024
1 parent 4712d3d commit fddf0bd
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 fddf0bd

Please sign in to comment.