mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
404
This commit is contained in:
@@ -13,7 +13,7 @@ export default function Custom404 () {
|
||||
useEffect(() => {
|
||||
setTimeout(() => {
|
||||
router.push('/')
|
||||
}, 3000000)
|
||||
}, 3000)
|
||||
})
|
||||
|
||||
return <BaseLayout meta={{ title: `${BLOG.title} | 页面找不到啦` }}>
|
||||
|
||||
Reference in New Issue
Block a user