export function isPrerender(): boolean { const userAgent = window.navigator.userAgent; return userAgent.includes("Prerender"); }