diff --git a/src/components/PostPage.astro b/src/components/PostPage.astro index c10a8dcfa..da8628169 100644 --- a/src/components/PostPage.astro +++ b/src/components/PostPage.astro @@ -1,11 +1,15 @@ --- import { getPostUrlBySlug } from '@utils/url-utils' import PostCard from './PostCard.astro' +import { siteConfig } from '../config' const { page } = Astro.props let delay = 0 const interval = 50 + +page.data[0].title = "📌 " + siteConfig.topBlog + ---
{page.data.map((entry: {