Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-2639 (pull request #671)
Browse files Browse the repository at this point in the history
SHIBUI-2639: UI Fix for context path

Approved-by: Charles Hasegawa
  • Loading branch information
rmathis committed Jul 24, 2024
2 parents 4712d3d + fddf0bd commit 2797e59
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 2797e59

Please sign in to comment.