this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

does this work?????

alice be230b2d 66a6b833

+2 -4
+2 -4
src/app/page.tsx
··· 1 - 'use server'; 2 1 import Image from 'next/image'; 3 2 // import Link from 'next/link'; 4 3 import { headers } from 'next/headers'; ··· 8 7 description: 'bsky.sh', 9 8 }; 10 9 11 - const host = headers().get('host'); 12 - const protocol = headers().get('x-forwarded-proto'); 13 - 14 10 export default function Page() { 11 + const host = headers().get('host'); 12 + const protocol = headers().get('x-forwarded-proto'); 15 13 return ( 16 14 <> 17 15 <div className="main">