Skip to content

Commit

Permalink
add skip header
Browse files Browse the repository at this point in the history
  • Loading branch information
edd committed Oct 25, 2023
1 parent 6b15b52 commit 5f83aef
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
"value": "US"
}
],
"missing": [
{
"type": "header",
"key": "x-skip-geo-redirect",
"value": "true"
}
],
"permanent": false,
"destination": "/restricted"
},
Expand All @@ -27,6 +34,13 @@
"value": "CU"
}
],
"missing": [
{
"type": "header",
"key": "x-skip-geo-redirect",
"value": "true"
}
],
"permanent": false,
"destination": "/restricted"
},
Expand All @@ -39,6 +53,13 @@
"value": "KP"
}
],
"missing": [
{
"type": "header",
"key": "x-skip-geo-redirect",
"value": "true"
}
],
"permanent": false,
"destination": "/restricted"
},
Expand All @@ -51,6 +72,13 @@
"value": "IR"
}
],
"missing": [
{
"type": "header",
"key": "x-skip-geo-redirect",
"value": "true"
}
],
"permanent": false,
"destination": "/restricted"
},
Expand All @@ -63,6 +91,13 @@
"value": "SY"
}
],
"missing": [
{
"type": "header",
"key": "x-skip-geo-redirect",
"value": "true"
}
],
"permanent": false,
"destination": "/restricted"
},
Expand Down

0 comments on commit 5f83aef

Please sign in to comment.