feat(theme): better title and description

This commit is contained in:
taskylizard 2024-01-26 16:57:58 +00:00
parent 0f4ca16ccc
commit aa61585665
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
3 changed files with 15 additions and 9 deletions

View file

@ -87,6 +87,8 @@ export default defineConfig({
outline: 'deep',
logo: '/fmhy.ico',
nav: [
// @ts-expect-error
{ text: 'Collection', items: sidebar },
{ text: 'Beginners Guide', link: '/beginners-guide' },
{ text: 'Glossary', link: 'https://rentry.org/The-Piracy-Glossary' },
{ text: 'Guides', link: 'https://rentry.co/fmhy-guides' },
@ -95,10 +97,11 @@ export default defineConfig({
link: 'https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/backups'
},
{
text: 'About',
text: 'Ecosystem',
items: [
{ text: 'Posts', link: '/posts' },
{ text: 'Feedback', link: '/feedback' }
{ text: 'Feedback', link: '/feedback' },
{ text: 'snowbin', link: 'https://pastes.fmhy.net' }
]
}
],