diff --git a/api/robots.txt.ts b/api/robots.txt.ts index e65d14c..f4e9355 100644 --- a/api/robots.txt.ts +++ b/api/robots.txt.ts @@ -17,7 +17,6 @@ export default async ( ) res.setHeader('Content-Type', 'text/plain') res.write(`User-agent: * -Allow: / Sitemap: ${host}/api/sitemap.xml `) res.end()