UNPKG

create-mf2-app

Version:

The stack AI moves fast with.

13 lines (11 loc) 295 B
import type { MetadataRoute } from "next"; export default function robots(): MetadataRoute.Robots { return { rules: { userAgent: "*", allow: "/", disallow: "/api/", }, sitemap: "https://example.com/sitemap.xml", // TODO: Update this to your actual domain }; }