Edit main page to add more info

This commit is contained in:
Jesse Wierzbinski 2024-03-19 17:07:23 -10:00
parent e88f92c4ba
commit f11d51cb1f
No known key found for this signature in database
4 changed files with 22 additions and 8 deletions

View file

@ -82,6 +82,7 @@ export default defineConfig({
{ text: "Server Endorsements", link: "/extensions/server-endorsement" },
{ text: "Events", link: "/extensions/events" },
{ text: "Reports", link: "/extensions/reports" },
{ text: "Vanity", link: "/extensions/vanity" },
]
}
],
@ -99,7 +100,7 @@ export default defineConfig({
},
lastUpdated: true,
cleanUrls: true,
titleTemplate: ":title · Lysand Documentation",
titleTemplate: ":title · Lysand 2.0 Docs",
head: [
['link', { rel: 'icon', href: '/favicon.png', type: 'image/png' }]
],