Skip to content

Commit

Permalink
import min.js as module to correctly register in demo/alaska.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-mota committed Oct 28, 2024
1 parent b0c6975 commit 043cd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/alaska.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Prism.highlightAll();
});
</script>
<script src="./alaska.min.js"></script>
<script type="module" data-demo-script="true" src="./alaska.min.js"></script>

<!-- If additional elements are needed for the demo, add them here. -->
<script src="https://cdn.jsdelivr.net/npm/@aurodesignsystem/auro-accordion@latest/dist/auro-accordion__bundled.js" type="module"></script>
Expand Down

0 comments on commit 043cd8e

Please sign in to comment.