Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

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

at main 10 lines 207 B view raw
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>