Files
conlang.phundrak.com/.vitepress/nav.ts
T
phundrak 528f5a54f4
deploy / deploy (push) Successful in 5m0s
chore: switch from vuepress to vitepress
2026-07-11 17:29:43 +02:00

9 lines
325 B
TypeScript

import { DefaultTheme } from "vitepress";
export const nav: DefaultTheme.NavItem[] = [
{ text: 'About', link: '/about' },
{ text: 'Eittlandic', link: '/eittlandic/', activeMatch: '/eittlandic/*' },
{ text: 'Proto-Ñyqy', link: '/proto-nyqy/', activeMatch: '/proto-nyqy/*' },
{ text: 'Zikãti', link: '/zikãti' },
]