We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd21d39 + a114ebe commit ee62e2eCopy full SHA for ee62e2e
src/bin/cobalt/serve.rs
@@ -46,8 +46,8 @@ impl ServeArgs {
46
let server = server.build();
47
48
let mut config = self.config.load_config()?;
49
- debug!("Overriding config `site.base_url` with `{}`", server.addr());
50
- config.site.base_url = Some(format!("http://{}", server.addr()).into());
+ debug!("Overriding config `site.base_url` with `/`");
+ config.site.base_url = Some("/".into());
51
let mut config = cobalt::cobalt_model::Config::from_config(config)?;
52
debug!(
53
"Overriding config `destination` with `{}`",
0 commit comments