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) {