Skip to content

Commit 394f2f3

Browse files
committed
Updated: route in vercel.json
1 parent 61673ce commit 394f2f3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

vercel.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
"routes": [
1717
{
1818
"src": "/static/(.*)",
19-
"headers": { "cache-control": "s-maxage=31536000, immutable" },
2019
"dest": "/static/$1"
2120
},
22-
{
23-
"src": "/(.*)",
24-
"dest": "main.py"
21+
{
22+
"src": "/(.*)",
23+
"dest": "main.py"
2524
}
2625
]
2726
}

0 commit comments

Comments
 (0)