File size: 244 Bytes
1e8ff3b
8106674
f7b9ff6
 
 
 
 
1
2
3
4
5
6
7
8
export const apiUrl =
  typeof window === "undefined"
    ? process.env.NEXT_PUBLIC_API_URL
    : process.env.NEXT_PUBLIC_API_URL ||
      `${window.location.protocol === "https:" ? "https" : "http"}://${
        window.location.host
      }`;