mirror of
https://github.com/fmhy/edit.git
synced 2026-02-09 04:31:08 +11:00
feat(theme): better title and description
This commit is contained in:
parent
0f4ca16ccc
commit
aa61585665
3 changed files with 15 additions and 9 deletions
|
|
@ -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' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue