update
This commit is contained in:
parent
b7bec72161
commit
91d95c7eab
5 changed files with 14 additions and 46 deletions
|
|
@ -26,6 +26,6 @@ export const BASE_URL = (()=>{
|
|||
|
||||
return (kcContext === undefined || import.meta.env.MODE === 'development')
|
||||
? import.meta.env.BASE_URL
|
||||
: `${kcContext.url.resourcesPath}/build`;
|
||||
: `${kcContext.url.resourcesPath}/build/`;
|
||||
|
||||
})();
|
||||
Loading…
Add table
Add a link
Reference in a new issue