Closed ryanburnette closed 3 years ago
Arrange your configs like this demo https://github.com/ryanburnette/eon-demo/tree/main/config
Note that in _default/config.toml I have the baseURL http://localhost:3000 for development, but in config/production/config.toml I override baseURL to https://foo.bar.com/qux/. Then try spinning up development and subsequently running a production build with the hugo command.
Problem solved.
@coolaj86