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.
2 parents abb432b + 0112053 commit 33086a2Copy full SHA for 33086a2
astro.config.mjs
@@ -70,6 +70,10 @@ export default defineConfig({
70
label: "Reblog",
71
slug: "common/reblog",
72
},
73
+ {
74
+ label: "Discover",
75
+ slug: "common/discover",
76
+ },
77
],
78
79
{
@@ -89,6 +93,10 @@ export default defineConfig({
89
93
label: "Market",
90
94
slug: "market",
91
95
96
97
+ label: "Witnesses",
98
+ slug: "witnesses",
99
92
100
101
label: "Hivesigner",
102
items: [
0 commit comments