Skip to content

Commit

Permalink
Replace local blink-control component with better working one from CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Pisano committed Mar 22, 2024
1 parent abcb87c commit 74e00fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 671 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="build.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/clipboard.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aframe-gltf-exporter-component.min.js"></script>
<script src="vendor/aframe-blink-controls.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aframe-blink-controls@0.4.3/dist/aframe-blink-controls.min.js"></script>
<script src="vendor/aframe-tooltip-component.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/aframe-orbit-controls.min.js"></script>
<link rel="stylesheet" href="css/main.css">
Expand Down
Loading

0 comments on commit 74e00fa

Please sign in to comment.