We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ea65f commit 5f5a8ecCopy full SHA for 5f5a8ec
projects/elements-demo/src/index.html
@@ -67,4 +67,9 @@
67
src="https://platform.twitter.com/widgets.js"
68
charset="utf-8"
69
></script>
70
+ <script type="module">
71
+ import { setBasePath } from 'https://cdn.jsdelivr.net/npm/@shoelace-style/[email protected]/dist/utilities/base-path.js';
72
+
73
+ setBasePath('https://angular-extensions.github.io/elements/');
74
+ </script>
75
</html>
0 commit comments