Added dynamic robots file

This commit is contained in:
2025-06-28 16:31:19 +02:00
parent e1ac28c90f
commit 7f6bd95132
8 changed files with 17 additions and 1095 deletions

View File

@@ -1,6 +1,8 @@
import { getAllUrls } from "@/lib/db/urls"
import type { MetadataRoute } from "next"
export const dynamic = "force-dynamic"
export default async function robots(): Promise<MetadataRoute.Robots> {
const urls = await getAllUrls()