Deploy hugo on netlify with theme newsroom

Hi all,

i have tried to deploy my repo to netlify, but i got some css and loading errors.
I thought i followed the tutorial step-by-step, but i seems like i missed something:

Here is the deployed page: https://hugotestadr.netlify.app/

Did you know the problem?

If you go to your page, right click > Inspect > Console

You can see the errors. It is looking for your style sheets at http://example.org/... which, of course, is not where your style sheets are. You need to configure the correct baseURL value in your config.toml.

1 Like

Thanks for you fast answer!

I changed the config.toml like that:

baseURL = “https://hugotestadr.netlify.app/

But i still got the errors with example.org.

//EDIT
baseurl not baseURL! Thanks for that!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.