this repo has no description
0
fork

Configure Feed

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

prettier

alice 2a775d46 2119a3e0

+8 -4
+3
.prettierignore
··· 23 23 *.njsproj 24 24 *.sln 25 25 *.sw? 26 + 27 + # pnpm 28 + pnpm-lock.yaml
+5 -4
README.md
··· 1 1 # bsky.sh 2 2 3 3 Next.js 13 + Vercel playground and also a website, I guess?? 4 - * [Wildcard domains](https://medium.com/@jfbaraky/using-subdomains-as-paths-on-next-js-e5aab5c28c28) with Middleware 5 - * Server Components 6 - * Dynamic Routes 7 - * Route Handlers 4 + 5 + - [Wildcard domains](https://medium.com/@jfbaraky/using-subdomains-as-paths-on-next-js-e5aab5c28c28) with Middleware 6 + - Server Components 7 + - Dynamic Routes 8 + - Route Handlers 8 9 9 10 ...and more(?)