We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a400d2 commit c92ae37Copy full SHA for c92ae37
1 file changed
src/content/_meta.ts
@@ -18,6 +18,9 @@ const meta: MetaRecord = {
18
title: 'Reporting Bugs',
19
type: 'page',
20
},
21
+ 404: {
22
+ display: 'hidden',
23
+ },
24
};
25
26
export default meta;
0 commit comments