Next Js application build
问题 I am trying to deploy the next js application in firebase. For which I have made firebase.json like, { "hosting": { "public": ".next", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] } } With assumption I have given .next as value for public but when running the app in firebase url, it says that the index.html file is missing like and hence throws page not found error, If I give dist then it throws error as there