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 6b2c8d2a9ee4b4e1d4151877da05b647b7c977ee 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