mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-10 06:08:51 -06:00
Fix function rewrites order
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
"**/node_modules/**"
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
},
|
||||
{
|
||||
"source": "/hello-world/",
|
||||
"function": "helloWorld"
|
||||
},
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user