mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 20:08:47 -06:00
Fix function rewrites order
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user