Skip to content

Commit c4350a9

Browse files
committed
style: condense nav items and add prettier-ignore
1 parent 3549172 commit c4350a9

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

docs/.vitepress/config.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -235,16 +235,11 @@ export default defineConfig({
235235
},
236236
editLink: { pattern: buildEditLink },
237237
socialLinks: [{ icon: "github", link: repoUrl }],
238+
// prettier-ignore
238239
nav: [
239240
{ text: "Home", link: "/" },
240-
{
241-
text: "Projects",
242-
items: buildProjectNavItems(),
243-
},
244-
{
245-
text: "🇵🇸 Free Palestine",
246-
link: "https://techforpalestine.org/learn-more",
247-
},
241+
{ text: "Projects", items: buildProjectNavItems() },
242+
{ text: "🇵🇸 Free Palestine", link: "https://techforpalestine.org/learn-more" },
248243
],
249244
sidebar: buildSidebar(),
250245
},

0 commit comments

Comments
 (0)