Update index.html

This commit is contained in:
Jakub Růžička 2025-05-20 20:30:06 +02:00 committed by GitHub
parent 0490446e56
commit c2937f9ad0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
<link rel="stylesheet" href="style.css">
<!-- CRITICAL FIX: Import Map for resolving bare module specifiers. NO COMMENTS INSIDE JSON! -->
<!-- CRITICAL FIX: Expanded Import Map for resolving bare module specifiers -->
<script type="importmap">
{
"imports": {
@ -27,7 +27,8 @@
"lit/directives/when.js": "https://cdn.jsdelivr.net/npm/lit@3.1.2/directives/when.js",
"lit/html.js": "https://cdn.jsdelivr.net/npm/lit@3.1.2/html.js",
"lit/preact-render-to-string.js": "https://cdn.jsdelivr.net/npm/lit@3.1.2/preact-render-to-string.js",
"lit/reactive-element.js": "https://cdn.jsdelivr.net/npm/lit@3.1.2/reactive-element.js"
"lit/reactive-element.js": "https://cdn.jsdelivr.net/npm/lit@3.1.2/reactive-element.js",
"@lit/reactive-element/": "https://cdn.jsdelivr.net/npm/@lit/reactive-element@3.1.2/"
}
}
</script>