标签: firebase-hosting
重写规则应如何在URL参数中使用点。
例如,我有一个这样的网址: http://example.com/path?param=abc.def
这将产生404页面。现行规则是:
"rewrites": [{ "source": "**", "destination": "/index.html" }