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 8d960b1e8e0b3ed7a306ea7803f5af66419b7b37 8 lines 158 B view raw
1// Configuration types 2export * from './config.types' 3 4// Content types 5export * from './content.types' 6 7// Component types 8export * from './component.types'