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