Hello,
I am setting up a new site, hosting on a VPS w/ nginx. I have my server set up to work with both www before the domain and just the base domain. I am redirecting non-https to https.
I have my baseURL in config.toml set to use https and the www-domain.
The site loads fine when using https://www.example.com, but the CSS is broken when I try to load just https://example.com.
Is my only choice to use my nginx config to redirect the non-www domain to the www-domain?
Thanks
Nick