fix: show full content in rss

This commit is contained in:
KazooTTT
2024-11-26 13:02:45 +08:00
parent 1631d1a6fe
commit f943d4bcdc
6 changed files with 152 additions and 58 deletions

View File

@ -1,5 +1,5 @@
import type { SiteConfig } from '@/types'
import type { AstroExpressiveCodeOptions } from 'astro-expressive-code'
import type { SiteConfig } from '@/types';
import type { AstroExpressiveCodeOptions } from 'astro-expressive-code';
export const siteConfig: SiteConfig = {
// Used as both a meta property (src/components/BaseHead.astro L:31 + L:49) & the generated satori png (src/pages/og-image/[slug].png.ts)