Ques/Help Changed domain of my site, and front-end css is broken

S

sajal

Guest
We've just changed our site domain from old.com to new.com. In the admin panel, I updated boardUrl and homePageUrl to def.com. All OK on the admin side, but front-end is still trying to load CSS/JS from the old.com. As you can see below the view source:

<base href="https://new.com/" />
<noscript><style>.JsOnly, .jsOnly { display: none !important; }</style></noscript>
<link rel="stylesheet"...

Read more

Continue reading...