Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

at a2f7dec4d7c309420bc9d4e87b4de27dcd8a4142 29 lines 296 B view raw
1# Build output 2dist/ 3.output/ 4 5# Generated types 6.astro/ 7 8# Dependencies 9node_modules/ 10 11# Logs 12npm-debug.log* 13yarn-debug.log* 14yarn-error.log* 15pnpm-debug.log* 16 17# Environment variables 18.env 19.env.production 20 21# macOS-specific files 22.DS_Store 23 24# IDE settings 25.idea/ 26 27# Netlify build output 28.netlify/ 29