[READ-ONLY] Mirror of https://github.com/flo-bit/astro-custom-embeds. astro integration that allows you to easily add custom embeds that replace URLs (or directives) in mdx files with your custom comp
0

Configure Feed

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

astro-custom-embeds / tsconfig.json
122 B 7 lines
1{ 2 "extends": "astro/tsconfigs/strict", 3 "compilerOptions": { 4 "strictNullChecks": true, 5 "jsx": "preserve" 6 }, 7}