From e8881b4a5053744034c0dd12882e04e1e4cf020f Mon Sep 17 00:00:00 2001 From: Reimar Date: Fri, 10 Oct 2025 12:41:17 +0200 Subject: [PATCH] fix exporting html --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = `