this repo has no description
0
fork

Configure Feed

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

is GA the issue?

alice 96e4da7a c713ba5d

+1 -1
+1 -1
src/app/layout.tsx
··· 6 6 return ( 7 7 <html lang="en"> 8 8 <body>{children}</body> 9 - <GA /> 9 + {/* <GA /> */} 10 10 </html> 11 11 ); 12 12 }