withastro / astro

The web framework for content-driven websites. ⭐️ Star to support our work!
https://astro.build
Other
44.27k stars 2.3k forks source link

Script handles problems #11357

Open olcchi opened 2 weeks ago

olcchi commented 2 weeks ago

Astro Info

no info in terminal .

If this issue only occurs in one browser, which browser is a problem?

Chrome

Describe the Bug

When I follow the official Three.js documentation to include Three.js using the

<script type="importmap">
  {
    "imports": {
      "three": "https://cdn.jsdelivr.net/npm/three@<version>/build/three.module.js",
      "three/addons/": "https://cdn.jsdelivr.net/npm/three@<version>/examples/jsm/"
    }
  }
</script>

script CDN, I need to explicitly add Githubissues.

  • Githubissues is a development platform for aggregating issues.