Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at main 8 lines 213 B view raw
1--- 2import BaseLayout from '../layouts/BaseLayout.astro'; 3import App from '../App'; 4--- 5 6<BaseLayout title="Margin" description="Annotate the web using the AT Protocol"> 7 <App client:only="react" /> 8</BaseLayout>