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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2021-07-31 12:51:34 +0300
committerGitHub <noreply@github.com>2021-07-31 12:51:34 +0300
commitdf48294173119fd5d256f3eba6dda32df24342f7 (patch)
tree0dcdca0ef4832881ada41006f463765220bedfe3
parentcf3b53a6ebbc8e3e257cdc7828ea2df7bda464ca (diff)
Create vercel.json
-rw-r--r--vercel.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json
new file mode 100644
index 0000000..942c7a9
--- /dev/null
+++ b/vercel.json
@@ -0,0 +1,13 @@
+{
+ "headers":[
+ {
+ "source": "/(.*)",
+ "headers" : [
+ {
+ "key" : "x-robots-tag",
+ "value" : "noindex"
+ }
+ ]
+ }
+ ],
+}