diff --git a/pages/[...slug].js b/pages/[...slug].js
index b7c41a6d..d891ce06 100644
--- a/pages/[...slug].js
+++ b/pages/[...slug].js
@@ -49,7 +49,7 @@ const Slug = props => {
})
}
}
- }, 20 * 1000)
+ }, 8 * 1000) // 404时长
const meta = { title: `${props?.siteInfo?.title || BLOG.TITLE} | loading`, image: siteInfo?.pageCover || BLOG.HOME_BANNER_IMAGE }
return