this repo has no description
0
fork

Configure Feed

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

poke

alice 9dbd8a88 20818739

+3 -2
+2 -2
next.config.js
··· 3 3 experimental: { 4 4 appDir: true, 5 5 }, 6 - } 6 + }; 7 7 8 - module.exports = nextConfig 8 + module.exports = nextConfig;
+1
src/app/layout.tsx
··· 1 1 import "./globals.css"; 2 + import React from "react"; 2 3 3 4 export const metadata = { 4 5 title: "bsky.sh",