mirror of
git://f0xx.org/ac/ac-be-hub
synced 2026-07-29 02:58:26 +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:
@@ -42,13 +42,6 @@ function hub_h(string $s): string {
|
|||||||
<link rel="stylesheet" href="hub.css?v=20260610overlay">
|
<link rel="stylesheet" href="hub.css?v=20260610overlay">
|
||||||
<link rel="stylesheet" href="hub-logo-layers.css?v=20260610overlay">
|
<link rel="stylesheet" href="hub-logo-layers.css?v=20260610overlay">
|
||||||
<link rel="stylesheet" href="hub-landing.css?v=20260613layout">
|
<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="/app/androidcast_project/issues/assets/js/nav_shell.js" defer></script>
|
||||||
<script src="assets/hub-i18n.js" defer></script>
|
<script src="assets/hub-i18n.js" defer></script>
|
||||||
<script src="assets/hub-landing.js" defer></script>
|
<script src="assets/hub-landing.js" defer></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user