Skip to content

Commit

Permalink
fix: seo (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia authored Sep 9, 2024
1 parent cadfc58 commit 66b7431
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vercel/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,16 @@
"source": "/:match*",
"destination": "https://onchainkit-coinbase-vercel.vercel.app/:match*"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "x-robots-tag",
"value": "index, follow"
}
]
}
]
}

0 comments on commit 66b7431

Please sign in to comment.