This commit is contained in:
Travis Fischer
2022-04-05 19:48:42 -04:00
parent a4c9f0ec21
commit a007a86f82

View File

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