fix regexp

This commit is contained in:
kbariotis 2021-02-14 17:23:10 +02:00
parent e844ef8c34
commit 803785201e

View File

@ -1,7 +1,7 @@
{
"routes": [
{
"src": "/(.*)",
"src": "/(.+)",
"dest": "/",
"status": 301,
"headers": {