From ba63c00c31fb980771b13ccf7ca588cf43d33e1f Mon Sep 17 00:00:00 2001 From: Jiehong Ma Date: Wed, 22 Sep 2021 22:09:16 +0200 Subject: [PATCH] code: test again --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 6c70fc1..ef4b7ae 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: "https://jiehong.gitlab.io/jq_offline/wasm", loading: "eager", }, { urlAioli: "./js/aioli.worker.js",