Skip to content

Commit

Permalink
Allow search engines to crawl the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Aug 2, 2023
1 parent 3ecd2c2 commit 70fd392
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "x-robots-tag",
"value": "index, follow"
}
]
}
]
}

0 comments on commit 70fd392

Please sign in to comment.