next.js/test/e2e/app-dir/app-routes/app/robots.txt/route.ts
route.ts7 lines126 B
export async function GET() {
  return new Response(`User-agent: *
Allow: /

Sitemap: https://www.example.com/sitemap.xml`)
}
Quest for Codev2.0.0
/
SIGN IN