My landing page, written in Astro hayden.moe
0
fork

Configure Feed

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

at main 9 lines 134 B view raw
1{ 2 "extends": "astro/tsconfigs/base", 3 "compilerOptions": { 4 "baseUrl": ".", 5 "paths": { 6 "~/*": ["./src/*"] 7 } 8 } 9}