Skip to content

Commit

Permalink
removed / from specifier/key from the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jesustellor authored Nov 6, 2024
1 parent 7644dd0 commit cc13f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ <h2>Projects</h2>
<script defer type="importmap">
{
"imports": {
"three": "./node_modules/three/src/Three.js",
"three/addons/": "/node_modules/three/examples/jsm"
"three": "/node_modules/three/src/Three.js",
"three/addons": "/node_modules/three/examples/jsm"
}
}
</script>
Expand Down

0 comments on commit cc13f09

Please sign in to comment.