mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
feat: add global 404 page
This commit is contained in:
@ -16,7 +16,6 @@ const PostToc = dynamic(() => import('components/post/post-toc'));
|
||||
const PostCommnetLine = dynamic(
|
||||
() => import('components/post/post-commnet-line'),
|
||||
);
|
||||
const PostComment = dynamic(() => import('components/post/post-comment'));
|
||||
|
||||
export async function generateStaticParams() {
|
||||
return await allPostsPath();
|
||||
|
Reference in New Issue
Block a user