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 `)