From a675c234357852ec4fca3f51c6431a9e05756fbd Mon Sep 17 00:00:00 2001 From: Jiehong Ma Date: Wed, 22 Sep 2021 22:07:58 +0200 Subject: [PATCH] code: test --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 94e5e36..6c70fc1 100755 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ let CLI = await new Aioli({ tool: "jq", version: "1.6", - urlPrefix: "./wasm", + urlPrefix: "wasm", loading: "eager", }, { urlAioli: "./js/aioli.worker.js",