export function GET() {
  return new Response(
    `User-agent: *
Allow: /
Disallow: /tag/
Disallow: /backend/
Disallow: /wp-admin/
Disallow: /_next/static/chunks/
 
Sitemap: https://www.togwe.com/sitemap.xml
`,
    {
      headers: {
        "Content-Type": "text/plain",
      },
    }
  );
}
