Fixed Dashboard [deploy]
This commit is contained in:
@@ -12,7 +12,7 @@ required.forEach((key) => {
|
||||
});
|
||||
|
||||
const normalizeBasePath = (raw?: string) => {
|
||||
if (!raw) return '';
|
||||
if (!raw) return '/ucp';
|
||||
const withSlash = raw.startsWith('/') ? raw : `/${raw}`;
|
||||
return withSlash.replace(/\/+$/, '');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user