mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 04:12:23 +00:00
Update vercel.json
This commit is contained in:
parent
35113ed522
commit
162da3b22b
1 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }],
|
"rewrites": [
|
||||||
|
{
|
||||||
|
"source": "/(.*)",
|
||||||
|
"destination": "/"
|
||||||
|
}
|
||||||
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/(.*)",
|
"source": "/(.*)",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue