Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

chore: tweak inline scope handling

the3ash d4221b80 dc4e4ba5

+1 -6
+1 -6
astro.config.ts
··· 42 42 mdx(), 43 43 sitemap(), 44 44 playformInline({ 45 - Exclude: [ 46 - (file: string) => { 47 - const fileName = file.toLowerCase() 48 - return fileName.includes('katex') || fileName.includes('katex') 49 - } 50 - ] 45 + Path: ['./src/styles'] 51 46 }) 52 47 ], 53 48 vite: {