diff --git a/src/shared/shared.ts b/src/shared/shared.ts index e769c32e..67cb0b94 100644 --- a/src/shared/shared.ts +++ b/src/shared/shared.ts @@ -21,7 +21,7 @@ export const notFoundPageData: PageData = { title: '404', description: 'Not Found', headers: [], - frontmatter: { sidebar: false }, + frontmatter: { sidebar: false, layout: 'page' }, lastUpdated: 0 }