mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
🛢
This commit is contained in:
@@ -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
|
||||
`)
|
||||
|
||||
Reference in New Issue
Block a user