your personal website on atproto - mirror blento.app
at fix/duplicate-each-keys 5 lines 148 B view raw
1export async function load({ request }) { 2 const customDomain = request.headers.get('X-Custom-Domain')?.toLowerCase(); 3 4 return { customDomain }; 5}