Commit 33f8844d by Arjun Jhukal

fixed the build issue

parent 15a06cd9
...@@ -38,6 +38,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> { ...@@ -38,6 +38,7 @@ export default async function sitemap(): Promise<MetadataRoute.Sitemap> {
priority: 0.9 priority: 0.9
})); }));
urls.push(...gameUrls); urls.push(...gameUrls);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment