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