From a007a86f82e0234b72395426ef0479df3fb9f783 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Tue, 5 Apr 2022 19:48:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/robots.txt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/robots.txt.tsx b/pages/robots.txt.tsx index 8aaa921..4eeb4e0 100644 --- a/pages/robots.txt.tsx +++ b/pages/robots.txt.tsx @@ -21,7 +21,7 @@ export const getServerSideProps: GetServerSideProps = async ({ req, res }) => { if (process.env.VERCEL_ENV === 'production') { res.write(`User-agent: * Allow: / -Disallow: /api/* +Disallow: /api/get-tweet-ast/* Sitemap: ${host}/sitemap.xml `)