Skip to content

Commit

Permalink
chore(website): vercel.json (#1176)
Browse files Browse the repository at this point in the history
adding headers for RSC payloads
  • Loading branch information
dai-shi authored Jan 22, 2025
1 parent d370ecb commit aedda56
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions packages/website/vercel.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"github": {
"silent": true
},
"redirects": [
{
"source": "/discord",
"destination": "https://discord.gg/MrQdmzd",
"permanent": false
}
],
"headers": [
{
"source": "/RSC/(.*)",
"headers": [
{
"key": "X-Robots-Tag",
"value": "noindex"
}
]
}
],
"regions": ["sfo1"],
"trailingSlash": false
}

0 comments on commit aedda56

Please sign in to comment.