Standard.site landing page built in Next.js
0
fork

Configure Feed

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

at main 3 lines 103 B view raw
1export function StandardSite() { 2 return <span className="text-base-content">Standard.site</span> 3}