fix /tweets x-robots-tag header

This commit is contained in:
2025-03-31 11:03:49 -04:00
parent 6dcea23ae4
commit 6c32a5ef36
3 changed files with 15 additions and 6 deletions
+9
View File
@@ -83,6 +83,15 @@ const nextConfig: NextConfig = {
},
],
},
{
source: "/tweets(|/.*)",
headers: [
{
key: "X-Robots-Tag",
value: "noindex, nofollow, nosnippet",
},
],
},
],
rewrites: async () => [
{