mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-16 05:13:36 +00:00
feat: initial ui redesign from demo
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export function getBasePath(): string {
|
||||
const base = import.meta.env.BASE_URL || "/";
|
||||
if (base === "./" || base === "/") return "";
|
||||
return base.endsWith("/") ? base.slice(0, -1) : base;
|
||||
}
|
||||
Reference in New Issue
Block a user