> My advice: > > * ONLY set your production URL in [`./config/_default/config.toml`](https://github.com/h-enk/doks/blob/master/config/_default/config.toml#L1) — so, do NOT set any URL in [`./config/next/config.toml`](https://github.com/h-enk/doks/blob/master/config/next/config.toml) or [`./config/production/config.toml`](https://github.com/h-enk/doks/blob/master/config/production/config.toml). Then, Hugo, Netlify and others can perfectly make out the correct URL to use. ` This conflicts with the [documentation](https://getdoks.org/docs/tutorial/deploy-your-site/) `Make sure to set baseURL in ./config/production/config.toml to the URL of your Doks website in production.` _Originally posted by @FactoryOptic in https://github.com/h-enk/doks/discussions/718#discussioncomment-3032568_
This conflicts with the documentation
Make sure to set baseURL in ./config/production/config.toml to the URL of your Doks website in production.Originally posted by @FactoryOptic in thuliteio/doks#718 (reply in thread)