diff --git a/src/components/PostPage.astro b/src/components/PostPage.astro index da8628169..90ca76ad3 100644 --- a/src/components/PostPage.astro +++ b/src/components/PostPage.astro @@ -8,8 +8,6 @@ const { page } = Astro.props let delay = 0 const interval = 50 -page.data[0].title = "📌 " + siteConfig.topBlog - ---