christianermann.dev-hugo

The Hugo source for my website
git clone git://git.christianermann.dev/christianermann.dev-hugo
Log | Files | Refs | Submodules | README

commit 5d5dec9318fba53dd80ab4312851e214ce87c7de
parent 0c727fa460e8568be4c53b4213d9286645545ae3
Author: Christian Ermann <christianermann@gmail.com>
Date:   Mon, 30 Jan 2023 00:19:15 -0500

Fixed web-loop resource path

Diffstat:
Mstatic/js/web-loop.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/js/web-loop.js b/static/js/web-loop.js @@ -1,5 +1,5 @@ -const WEB_LOOP_DATA_URL = `https://github.com/c2000e/web-loops/blob/main/test-loop.json`; +const WEB_LOOP_DATA_URL = `https://raw.githubusercontent.com/c2000e/web-loops/main/test-loop.json` window.onload = function() {