chore: switch from vuepress to vitepress
deploy / deploy (push) Failing after 4m36s

This commit is contained in:
2026-07-11 11:41:14 +02:00
parent 3aa57fcdda
commit 3cbbd1d94e
98 changed files with 523 additions and 2910 deletions
+8
View File
@@ -0,0 +1,8 @@
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' },
]