export const isIntSubdomain = () => { const hostname = window.location.hostname; return hostname.startsWith('int.'); }