Skip to content

Commit 5f5a8ec

Browse files
committed
fix(demo): set base path for sl-icon svg assets
1 parent 42ea65f commit 5f5a8ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/elements-demo/src/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,9 @@
6767
src="https://platform.twitter.com/widgets.js"
6868
charset="utf-8"
6969
></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>
7075
</html>

0 commit comments

Comments
 (0)