Skip to content

Commit

Permalink
Fix frontend path
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Aug 28, 2024
1 parent 0ed9772 commit 968f98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mdbook-aquascope/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use mdbook_preprocessor_utils::{
mdbook_preprocessor_utils::asset_generator!("../js/");

const FRONTEND_ASSETS: [Asset; 2] = [
make_asset!("aquascope-embed.iife.js"),
make_asset!("embed.iife.js"),
make_asset!("style.css"),
];

Expand Down

0 comments on commit 968f98d

Please sign in to comment.