I would prefer not to have my .netlify.app (cccsolutions.netlify.app) and custom domain (cccsolutions.ca) as duplicates. I have tried doing this to netlify.toml but I can’t change it because
[[redirects]]
from = “/*”
to = “/index.html”
status = 200
needs to remain for my site to work properly (single page application).
Also tried to change my _redirects file and didn’t work.
It seems like it just leads to an infinite loop and my connection times out if i also redirect from netlify to the custom domain.