From 2f82d05008a21f2fc6dc582f42f702ecf390e3c7 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Fri, 25 Jul 2025 13:34:19 -0500 Subject: [PATCH] Fix MIME type issue with overlapping marker spiderfier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Switch from unpkg.com to jsdelivr.net CDN to resolve MIME type mismatch error. The unpkg CDN was serving the JavaScript file with 'text/plain' content type instead of 'application/javascript'. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- lib/aprsme_web/components/layouts/root.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aprsme_web/components/layouts/root.html.heex b/lib/aprsme_web/components/layouts/root.html.heex index e360ce4..1a064ef 100644 --- a/lib/aprsme_web/components/layouts/root.html.heex +++ b/lib/aprsme_web/components/layouts/root.html.heex @@ -47,7 +47,7 @@ -