This commit is contained in:
+1
-2
@@ -1,8 +1,7 @@
|
||||
import type { MetadataRoute } from "next";
|
||||
import { games } from "@/lib/games";
|
||||
import { getAllPosts } from "@/lib/devblog";
|
||||
|
||||
const SITE_URL = "https://highlandgamesstudio.com";
|
||||
import { SITE_URL } from "@/lib/site";
|
||||
|
||||
export default function sitemap(): MetadataRoute.Sitemap {
|
||||
const now = new Date();
|
||||
|
||||
Reference in New Issue
Block a user