Skip to content

Commit

Permalink
remove static specification
Browse files Browse the repository at this point in the history
  • Loading branch information
edd committed Oct 25, 2023
1 parent 192e3d6 commit 0d3b55b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"redirects": [
{
"source": "/:path((?!restricted|static).*)",
"source": "/:path((?!restricted).*)",
"has": [
{
"type": "header",
Expand All @@ -25,7 +25,7 @@
"destination": "/restricted"
},
{
"source": "/:path((?!restricted|static).*)",
"source": "/:path((?!restricted).*)",
"has": [
{
"type": "header",
Expand All @@ -43,7 +43,7 @@
"destination": "/restricted"
},
{
"source": "/:path((?!restricted|static).*)",
"source": "/:path((?!restricted).*)",
"has": [
{
"type": "header",
Expand All @@ -61,7 +61,7 @@
"destination": "/restricted"
},
{
"source": "/:path((?!restricted|static).*)",
"source": "/:path((?!restricted).*)",
"has": [
{
"type": "header",
Expand All @@ -79,7 +79,7 @@
"destination": "/restricted"
},
{
"source": "/:path((?!restricted|static).*)",
"source": "/:path((?!restricted).*)",
"has": [
{
"type": "header",
Expand Down

0 comments on commit 0d3b55b

Please sign in to comment.