diff --git a/frontend/firebase.json b/frontend/firebase.json index 685e5b03ea81..ea5acd82187e 100644 --- a/frontend/firebase.json +++ b/frontend/firebase.json @@ -20,7 +20,11 @@ "destination": "/adtest.html" }, { - "source": "**", + "source": "/test", + "destination": "/index.html" + }, + { + "source": "!/@(js|about|challenges|css|fonts|funbox|images|languages|layouts|quotes|sound|themes|webfonts)/**", "destination": "/index.html" } ],