code-share/lib/consts.ts

3 lines
105 B
TypeScript

export const BASE_URL =
typeof window !== "undefined" ? location.protocol + "//" + location.host : "";