Wrong content in /public but correct content in server

When I use “hugo server -D” to see what the page looks like, it seems great!
But after using “hugo -D” to generate the state page, it seems really bad.


That is what it looks like when using “hugo server -D”.

Here is my git depot: https://github.com/nomalocaris/Trilobyte
You can see every code in there.

you need to set your baseURL inside config.toml

baseURL = "https://example.com" #Change with your site address
1 Like