Skip to content

Commit 72565a2

Browse files
make aws local icon pack not relative. (#64)
1 parent 5e7b0b0 commit 72565a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function MermaidInit(addlinks = true) {
185185
name: "aws",
186186
loader: () =>
187187
fetch(
188-
"../../../assets/aws-icons-mermaid.json"
188+
"/assets/aws-icons-mermaid.json"
189189
).then((res) => res.json()),
190190
},
191191
]);

0 commit comments

Comments
 (0)