mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Add link to blog post in header nav
This commit is contained in:
parent
a89f1f1396
commit
650ee07fb0
@ -1,6 +1,10 @@
|
|||||||
import type { DefaultTheme } from 'vitepress'
|
import type { DefaultTheme } from 'vitepress'
|
||||||
|
|
||||||
const nav: DefaultTheme.NavItem[] = [
|
const nav: DefaultTheme.NavItem[] = [
|
||||||
|
{
|
||||||
|
text: 'Tachiyomi is no longer supported',
|
||||||
|
link: '/news/2024-01-13-goodbye',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Get v{app_version}',
|
text: 'Get v{app_version}',
|
||||||
activeMatch: '^/*?(download|changelogs)/*?$',
|
activeMatch: '^/*?(download|changelogs)/*?$',
|
||||||
|
Loading…
Reference in New Issue
Block a user