From 8c0318cc7b923aa7f4c040ed8c91dbff570e55cb Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 2 Dec 2024 14:01:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E7=B1=BB=E5=92=8C?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/category/index.js | 4 +++- pages/tag/index.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/category/index.js b/pages/category/index.js index d38535c5..1fcf752d 100644 --- a/pages/category/index.js +++ b/pages/category/index.js @@ -10,7 +10,9 @@ import { DynamicLayout } from '@/themes/theme' */ export default function Category(props) { const theme = siteConfig('THEME', BLOG.THEME, props.NOTION_CONFIG) - return + return ( + + ) } export async function getStaticProps({ locale }) { diff --git a/pages/tag/index.js b/pages/tag/index.js index 5360fa9c..0f6137db 100644 --- a/pages/tag/index.js +++ b/pages/tag/index.js @@ -12,7 +12,7 @@ import { useRouter } from 'next/router' const TagIndex = props => { const router = useRouter() const theme = siteConfig('THEME', BLOG.THEME, props.NOTION_CONFIG) - return + return } export async function getStaticProps(req) {