i deployed vuejs app on firebase hosting with custom domain from godaddy connected to it with google provided A records. when i enter mywebsite.com
it works . but when i enter www.mywebsite.com
it doesn't redirect and shows error certificate . i want the www redirect to a non-www domain(example.com
) how to redirect ?
how to solve this please any help?
You need to add a
CNAME
record for www as canonical name for it to work.