1
0
mirror of git://f0xx.org/ac/ac-be-hub synced 2026-07-29 03:38:44 +03:00

fix(hub): drop unused Three.js CDN import map

hub-globe.js is Canvas2D-only; nothing imported the jsdelivr module.
Removes dead third-party script reference from the landing page.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyeu
2026-07-06 16:50:24 +02:00
parent 17caba394a
commit 8fc1d03606

View File

@@ -42,13 +42,6 @@ function hub_h(string $s): string {
<link rel="stylesheet" href="hub.css?v=20260610overlay">
<link rel="stylesheet" href="hub-logo-layers.css?v=20260610overlay">
<link rel="stylesheet" href="hub-landing.css?v=20260613layout">
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js"
}
}
</script>
<script src="/app/androidcast_project/issues/assets/js/nav_shell.js" defer></script>
<script src="assets/hub-i18n.js" defer></script>
<script src="assets/hub-landing.js" defer></script>