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