diff --git a/frontend/firebase.json b/frontend/firebase.json index 7e2d83b..f936109 100644 --- a/frontend/firebase.json +++ b/frontend/firebase.json @@ -12,6 +12,10 @@ "region": "asia-southeast1" }, "rewrites": [ + { + "source": "/schemes/**", + "function": "/index.html" + }, { "source": "/_next/**", "destination": "/_next/**" @@ -45,6 +49,10 @@ "region": "asia-southeast1" }, "rewrites": [ + { + "source": "/schemes/**", + "function": "/index.html" + }, { "source": "/_next/**", "destination": "/_next/**"