added missing robots.tsx file

This commit is contained in:
Kismet Hasanaj
2026-05-03 00:28:18 +02:00
parent 39a8a128be
commit 56230a9393
209 changed files with 13114 additions and 5 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
import type { MetadataRoute } from "next";
export const dynamic = "force-static";
export default function sitemap(): MetadataRoute.Sitemap {
const lastModified = new Date();
@@ -17,4 +19,4 @@ export default function sitemap(): MetadataRoute.Sitemap {
priority: 0.3,
},
];
}
}