diff --git a/now.json b/now.json new file mode 100644 index 00000000000..2fb77bcdd28 --- /dev/null +++ b/now.json @@ -0,0 +1,13 @@ +{ + "headers": [ + { + "source": "/(.*)", + "headers" : [ + { + "key" : "X-Robots-Tag", + "value" : "" + } + ] + } + ] +}