We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3549172 commit c4350a9Copy full SHA for c4350a9
1 file changed
docs/.vitepress/config.js
@@ -235,16 +235,11 @@ export default defineConfig({
235
},
236
editLink: { pattern: buildEditLink },
237
socialLinks: [{ icon: "github", link: repoUrl }],
238
+ // prettier-ignore
239
nav: [
240
{ text: "Home", link: "/" },
- {
241
- text: "Projects",
242
- items: buildProjectNavItems(),
243
- },
244
245
- text: "🇵🇸 Free Palestine",
246
- link: "https://techforpalestine.org/learn-more",
247
+ { text: "Projects", items: buildProjectNavItems() },
+ { text: "🇵🇸 Free Palestine", link: "https://techforpalestine.org/learn-more" },
248
],
249
sidebar: buildSidebar(),
250
0 commit comments