🐛 [mdbook] Corrige inicio de navigator.js a defer
This commit is contained in:
parent
ee010706f4
commit
7d1b365b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ async fn mdbook_page(
|
|||
.with_assets(AssetsOp::AddStyleSheet(StyleSheet::from(
|
||||
"/mdbook/ayu-highlight.css",
|
||||
)))
|
||||
.with_assets(AssetsOp::AddJavaScript(JavaScript::from(
|
||||
.with_assets(AssetsOp::AddJavaScript(JavaScript::defer(
|
||||
"/mdbook/navigators.js",
|
||||
)))
|
||||
.with_component(Html::with(html! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue