import type { MetadataRoute } from "next"; export default function robots():MetadataRoute.Robots{return {rules:{userAgent:"*",allow:"/"},sitemap:"https://kizuna-global-japan.yumi4x4.chatgpt.site/sitemap.xml"}}