fix: correct importmap path for spessasynth_core main entry

This commit is contained in:
2026-07-26 18:56:26 +07:00
parent 263c4be409
commit 6a2522d039
+1 -1
View File
@@ -13,7 +13,7 @@
<script type="importmap">
{
"imports": {
"spessasynth_core": "https://cdn.jsdelivr.net/npm/spessasynth_core@latest/dist/spessasynth_core.mjs"
"spessasynth_core": "https://cdn.jsdelivr.net/npm/spessasynth_core@latest/dist/index.js"
}
}
</script>