This commit is contained in:
Travis Fischer
2022-04-05 19:49:49 -04:00
parent 9d412980f0
commit 03c12f9c94

View File

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