refactor(site): use globalThis to access BESZEL for base path

This commit is contained in:
henrygd
2026-09-26 12:26:39 -04:00
parent 1ed02bb517
commit fb4e93f098

View File

@@ -15,7 +15,7 @@ const routes = {
* The base path of the application.
* This is used to prepend the base path to all routes.
*/
export const basePath = BESZEL?.BASE_PATH || ""
export const basePath = globalThis.BESZEL?.BASE_PATH || ""
/**
* Prepends the base path to the given path.