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.
you need to set your baseURL
inside config.toml
baseURL = "https://example.com" #Change with your site address
1 Like