From 7ffa4138eec5886b33ec5698c698de2129f6a629 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 8 Feb 2025 12:07:02 -0800 Subject: [PATCH] Fix testing URL. --- test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.html b/test.html index b09db45..4a1bfa9 100644 --- a/test.html +++ b/test.html @@ -14,7 +14,7 @@ SPDX-License-Identifier: GPL-3.0-or-later } catch (err) { console.warn(err) try { - ({ NanoPow, NanoPowGl, NanoPowGpu } = await import('./main.min.js')) + ({ NanoPow, NanoPowGl, NanoPowGpu } = await import('https://zoso.dev/?p=nano-pow.git;a=blob_plain;f=main.min.js;hb=refs/heads/main')) } catch (err) { console.warn(err) try { -- 2.34.1