diff --git a/js/index.js b/js/index.js index fa9ba40..46e88e9 100644 --- a/js/index.js +++ b/js/index.js @@ -84,7 +84,7 @@ saveHtmlButton.onclick = async (ev) => { const js = editor.getValue() .split("\n") .map((line) => " ".repeat(12) + line).join("\n"); - let lib = await (await fetch("./lib.js")).text(); + let lib = await (await fetch("./js/lib.js")).text(); lib = minifyJs(lib); const html = `