while setting dns www.mydomain.com, something was wrong. and i delete my all custom domains
but my default domains(web.app, firebaseapp.com) redirected my old custom domain. with this error message
i see this problem 2 days ago
and my firebase.json file
{
"hosting": {
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}