Skip to content

Commit

Permalink
undo the temporary change to local examples importmap
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Aug 17, 2024
1 parent 173ce7d commit 84f3b37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/importmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 84f3b37

Please sign in to comment.