Skip to content

Commit

Permalink
fix: incorrect gear path in sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
harrytang committed Jul 14, 2024
1 parent acb6349 commit 386c10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/sitemap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
lastModified: new Date().toISOString(),
},
{
url: `${publicSiteUrl}/uses`,
url: `${publicSiteUrl}/gear`,
lastModified: new Date().toISOString(),
},
]
Expand Down

0 comments on commit 386c10f

Please sign in to comment.