Select the types of activity you want to include in your feed.
1--- 2import Page from "../../../layouts/page.astro"; 3import "@styles/theme/blur/index.css"; 4--- 5 6<Page title="Diffuse"> 7 <script src="../../../scripts/theme/blur/index.js"></script> 8 9 <main></main> 10</Page>