Skip to content

Commit ae34152

Browse files
committed
Use relative path for mermaid.min.js
1 parent 341e571 commit ae34152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/slides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
marp: true
33
---
44

5-
<script src="/gh-aw/js/mermaid.min.js"></script>
5+
<script src="../js/mermaid.min.js"></script>
66
<script>
77
mermaid.initialize({ startOnLoad: true });
88
</script>

0 commit comments

Comments
 (0)