Update constants.ts

This commit is contained in:
nbats
2025-12-07 15:18:01 -08:00
committed by GitHub
parent 97409972e6
commit 94972f3d44

View File

@@ -158,6 +158,7 @@ export const socialLinks: DefaultTheme.SocialLink[] = [
]
export const nav: DefaultTheme.NavItem[] = [
{ text: '📑 Changelog', link: 'https://changes.fmhy.bid/' },
{ text: '📖 Glossary', link: 'https://rentry.org/The-Piracy-Glossary' },
{
text: '💾 Backups',
@@ -332,4 +333,4 @@ export const sidebar: DefaultTheme.Sidebar | DefaultTheme.NavItemWithLink[] = [
}
]
}
]
]