From 84f3b37b50fc4f8f3caae01be34e694ed01ece62 Mon Sep 17 00:00:00 2001 From: Joe Pea Date: Sat, 17 Aug 2024 13:53:06 -0700 Subject: [PATCH] undo the temporary change to local examples importmap --- examples/importmap.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/importmap.js b/examples/importmap.js index a43519b3d..de982c470 100644 --- a/examples/importmap.js +++ b/examples/importmap.js @@ -40,8 +40,7 @@ }, } - // const isGithack = location.origin.includes('githack.com') - const isGithack = true + const isGithack = location.origin.includes('githack.com') // Special case for raw.githack.com for viewing examples directly off of GitHub // Maybe we can do better than hand-writing two import maps? How can we version the lume packages URLs? Perhaps use an importmap generator like `jspm` cli.