Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-julian committed Oct 9, 2024
1 parent ca01ff3 commit 90ae574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $(document).ready(function () {

// add css to jupyter notebooks
const cssLink = document.createElement("link");
cssLink.href = "../css/jupyter.css";
cssLink.href = "/assets/css/jupyter.css";
cssLink.rel = "stylesheet";
cssLink.type = "text/css";

Expand Down

0 comments on commit 90ae574

Please sign in to comment.