use --static-root-path for settings.js
This commit is contained in:
parent
fcf850f34a
commit
1c0e1c10d5
2 changed files with 6 additions and 1 deletions
|
@ -2113,7 +2113,8 @@ impl Context {
|
|||
&final_file);
|
||||
|
||||
// Generating settings page.
|
||||
let settings = Settings::new("./", &self.shared.resource_suffix);
|
||||
let settings = Settings::new(self.shared.static_root_path.deref().unwrap_or("./"),
|
||||
&self.shared.resource_suffix);
|
||||
page.title = "Rustdoc settings";
|
||||
page.description = "Settings of Rustdoc";
|
||||
page.root_path = "./";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue