this repo has no description
0
fork

Configure Feed

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

discoverable rss

+6
+6
src/app/layout.tsx
··· 29 29 export const metadata: Metadata = { 30 30 title: "mozzius.dev", 31 31 description: "a webbed site", 32 + alternates: { 33 + canonical: "https://mozzius.dev", 34 + types: { 35 + "application/rss+xml": "https://mozzius.dev/rss", 36 + }, 37 + }, 32 38 }; 33 39 34 40 export default function RootLayout({