your personal website on atproto - mirror blento.app
at switch-map 7 lines 188 B view raw
1export async function load({ request }) { 2 const customDomain = request.headers.get('X-Custom-Domain')?.toLowerCase(); 3 4 console.log('domain:', customDomain); 5 6 return { customDomain }; 7}