mirror of
https://github.com/chillzhuang/Sword
synced 2024-11-05 18:19:23 +08:00
14 lines
260 B
JSON
14 lines
260 B
JSON
|
{
|
||
|
"hosting": {
|
||
|
"public": "dist",
|
||
|
"rewrites": [
|
||
|
{ "source": "/api/**", "function": "api" },
|
||
|
{
|
||
|
"source": "**",
|
||
|
"destination": "/index.html"
|
||
|
}
|
||
|
],
|
||
|
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
||
|
}
|
||
|
}
|