fix sitemap

This commit is contained in:
saml33 2024-03-07 13:33:04 +11:00
parent aefa97956f
commit 09b334d77c
2 changed files with 3 additions and 3 deletions

View File

@ -125,11 +125,11 @@ async function sitemap(): Promise<MetadataRoute.Sitemap> {
lastModified: new Date(lastUpdate),
},
{
url: 'https://mango.markets/explore/blog',
url: 'https://mango.markets/blog',
lastModified: new Date(lastUpdate),
},
{
url: 'https://mango.markets/explore/learn',
url: 'https://mango.markets/learn',
lastModified: new Date(lastUpdate),
},
)

File diff suppressed because one or more lines are too long