File size: 129 Bytes
fc9bd9f
 
 
1
2
3
4
export const isHostedSpace = (): boolean =>
  typeof window !== "undefined" &&
  window.location.hostname.endsWith(".hf.space");