From 5111658499095a2fd9d42be7c5bb3ec0f21163e9 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 4 Dec 2024 11:58:21 +0800 Subject: [PATCH] top --- src/components/PostPage.astro | 4 ++++ 1 file changed, 4 insertions(+) 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: {