Skip to content

Commit

Permalink
Fix CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
mitko8009 committed May 26, 2024
1 parent 3d1459c commit 03ef613
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
border-radius: 4px;
}
</style>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/[email protected]/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/[email protected]/examples/jsm/"
}
}
</script>
</head>
<body>
<div class="navbar">
Expand Down

0 comments on commit 03ef613

Please sign in to comment.