fix: remove sidebar from 404 page

pull/964/head
Divyansh Singh 3 years ago
parent e0b730aa8e
commit 5c37c0ef44

@ -21,7 +21,7 @@ export const notFoundPageData: PageData = {
title: '404', title: '404',
description: 'Not Found', description: 'Not Found',
headers: [], headers: [],
frontmatter: {}, frontmatter: { sidebar: false },
lastUpdated: 0 lastUpdated: 0
} }

Loading…
Cancel
Save