mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-08-22 08:34:13 -05:00
Fix bad sitemap urls
This commit is contained in:
@@ -20,6 +20,6 @@ export default async function Sitemap(): Promise<MetadataRoute.Sitemap> {
|
||||
|
||||
return routes.map((route) => ({
|
||||
...route,
|
||||
url: `${process.env.NEXT_PUBLIC_SITE_URL!}/${route.url}`,
|
||||
url: `${process.env.NEXT_PUBLIC_SITE_URL!}${route.url}`,
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user