diff --git a/vercel.json b/vercel.json index b1cee7c8..a3bfa602 100644 --- a/vercel.json +++ b/vercel.json @@ -15,6 +15,13 @@ "value": "US" } ], + "missing": [ + { + "type": "header", + "key": "x-skip-geo-redirect", + "value": "true" + } + ], "permanent": false, "destination": "/restricted" }, @@ -27,6 +34,13 @@ "value": "CU" } ], + "missing": [ + { + "type": "header", + "key": "x-skip-geo-redirect", + "value": "true" + } + ], "permanent": false, "destination": "/restricted" }, @@ -39,6 +53,13 @@ "value": "KP" } ], + "missing": [ + { + "type": "header", + "key": "x-skip-geo-redirect", + "value": "true" + } + ], "permanent": false, "destination": "/restricted" }, @@ -51,6 +72,13 @@ "value": "IR" } ], + "missing": [ + { + "type": "header", + "key": "x-skip-geo-redirect", + "value": "true" + } + ], "permanent": false, "destination": "/restricted" }, @@ -63,6 +91,13 @@ "value": "SY" } ], + "missing": [ + { + "type": "header", + "key": "x-skip-geo-redirect", + "value": "true" + } + ], "permanent": false, "destination": "/restricted" },