Experiment to rebuild Diffuse using web applets.
0

Configure Feed

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

1import { defineConfig } from "astro/config"; 2 3export default defineConfig({ 4 trailingSlash: "always", 5});