Skip to content

Commit

Permalink
Merge pull request #308 from lume/fix-examples-importmap
Browse files Browse the repository at this point in the history
undo the temporary change to local examples importmap
  • Loading branch information
trusktr authored Aug 17, 2024
2 parents 173ce7d + 84f3b37 commit b5242eb
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 b5242eb

Please sign in to comment.