Firebase 404.html在除root之外的其他目录中

时间:2017-09-18 08:19:17

标签: firebase

我在目录/404/index.html上有自定义404页面。但是firebase要求它位于根目录并命名为404.html。我已经尝试将其重写为自定义位置但它似乎不起作用。我是否可以知道是否无法定义404页面所在的自定义位置?

{
  "hosting": {
    "rewrites": [ {
        "source": "/404.html",
        "destination": "/404/index.html"
    } ]
  }
}

0 个答案:

没有答案