From e7015774e8227847089ce3fb21e4fbc0ff1a3c23 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sat, 6 Feb 2021 00:48:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/robots.txt.ts | 1 - 1 file changed, 1 deletion(-) 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()