I would like to deploy to a specific part of the site, for example: “site.com/other”, and by doing so, not interfering with the root part already in place: “site.com/”.
If possible to achieve, I would very much like to know how.
I have attempted to alter the firebase.json file on order to handle redirecting. It is as follows.
"rewrites": [
{
"source": "/dashboard/**",
"destination": "/index.html"
}],
New contributor
user26492203 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.