From 4f34dee7772d3af8d2da5ae5b66d5cac882796ca Mon Sep 17 00:00:00 2001 From: Jakub Date: Sun, 12 Jul 2026 12:00:54 +0800 Subject: [PATCH] resource --- mithril.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril.scm b/mithril.scm index 21abfc7..dab7617 100644 --- a/mithril.scm +++ b/mithril.scm @@ -3,7 +3,7 @@ Loads Mithril into the document head and sets the pragma->sxml function." - (get-resource ) + (get-resource "https://cdnjs.cloudflare.com/ajax/libs/mithril/2.2.2/mithril.min.js") (pragma->sxml m)) (define-macro (mithril:comp view . args)