Welcome to mirror list, hosted at ThFree Co, Russian Federation.

vercel.json - github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 942c7a93e3770a6367f0c9d1d744aabf5c81f818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "headers":[
    {
      "source": "/(.*)",
      "headers" : [
        {
          "key" : "x-robots-tag",
          "value" : "noindex"
        }
      ]
    }
  ],
}