We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e228fb0 commit 634eee0Copy full SHA for 634eee0
website/src/content/blog/_meta.ts
@@ -0,0 +1,7 @@
1
+import { MetaRecord } from "nextra";
2
+
3
+export default {
4
+ "*": {
5
+ display: "hidden",
6
+ },
7
+} satisfies MetaRecord;
0 commit comments