Fix function rewrites order

This commit is contained in:
Xevion
2022-05-18 16:37:29 -05:00
parent 2ae2b3c469
commit cf9dddd56e

View File

@@ -7,13 +7,13 @@
"**/node_modules/**" "**/node_modules/**"
], ],
"rewrites": [ "rewrites": [
{
"source": "**",
"destination": "/index.html"
},
{ {
"source": "/hello-world/", "source": "/hello-world/",
"function": "helloWorld" "function": "helloWorld"
},
{
"source": "**",
"destination": "/index.html"
} }
] ]
}, },