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.
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!