mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 15:09:40 +00:00
修复404跳转bug
This commit is contained in:
@@ -26,6 +26,9 @@ const GiscusComponent = dynamic(
|
||||
)
|
||||
|
||||
const Comment = ({ frontMatter }) => {
|
||||
if (!frontMatter) {
|
||||
return <>Loading...</>
|
||||
}
|
||||
const router = useRouter()
|
||||
const { locale, isDarkMode } = useGlobal()
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user