Skip to content

Commit 33086a2

Browse files
authored
Merge pull request #1 from ecency/discover-witness
Adding discover and witness into sidebar
2 parents abb432b + 0112053 commit 33086a2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ export default defineConfig({
7070
label: "Reblog",
7171
slug: "common/reblog",
7272
},
73+
{
74+
label: "Discover",
75+
slug: "common/discover",
76+
},
7377
],
7478
},
7579
{
@@ -89,6 +93,10 @@ export default defineConfig({
8993
label: "Market",
9094
slug: "market",
9195
},
96+
{
97+
label: "Witnesses",
98+
slug: "witnesses",
99+
},
92100
{
93101
label: "Hivesigner",
94102
items: [

0 commit comments

Comments
 (0)