mirror of
https://github.com/thejakubruzicka/MNotes.git
synced 2025-07-10 06:24:04 +02:00
Update index.html
This commit is contained in:
parent
0490446e56
commit
c2937f9ad0
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue