const site = 'https://truetraceshorts.pages.dev';

export function GET() {
  return new Response(`User-agent: *
Allow: /

Sitemap: ${site}/sitemap.xml
`, { headers: { 'Content-Type': 'text/plain' } });
}
