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 9 lines 179 B view raw
1--- 2import Layout from "@layouts/applet.astro"; 3import Applet from "./_applet.astro"; 4import { title } from "./_manifest.json"; 5--- 6 7<Layout title={title}> 8 <Applet /> 9</Layout>