Add link to blog post in header nav

This commit is contained in:
arkon 2024-01-14 09:22:39 -05:00
parent a89f1f1396
commit 650ee07fb0

View File

@ -1,6 +1,10 @@
import type { DefaultTheme } from 'vitepress'
const nav: DefaultTheme.NavItem[] = [
{
text: 'Tachiyomi is no longer supported',
link: '/news/2024-01-13-goodbye',
},
{
text: 'Get v{app_version}',
activeMatch: '^/*?(download|changelogs)/*?$',