Skip to content

Commit 634eee0

Browse files
authored
feat(website): hide individual blog articles from top menu. (#1808)
1 parent e228fb0 commit 634eee0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/src/content/blog/_meta.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { MetaRecord } from "nextra";
2+
3+
export default {
4+
"*": {
5+
display: "hidden",
6+
},
7+
} satisfies MetaRecord;

0 commit comments

Comments
 (0)