Skip to content

Commit 8ce3d4b

Browse files
committed
Prep for live unpkg
1 parent 9c01ecb commit 8ce3d4b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
z-index: 9000;
7474
}
7575
</style>
76-
<script src="/dist/scroll-scene-element.js" type="module"></script>
76+
<script src="https://unpkg.com/scroll-scene-element/dist/index.js" type="module"></script>
7777
<script type="module">
7878
const offset = 0.5;
7979

docs/progress.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
z-index: 9000;
7575
}
7676
</style>
77-
<script src="/dist/scroll-scene-element.js" type="module"></script>
77+
<script src="https://unpkg.com/scroll-scene-element/dist/index.js" type="module"></script>
7878
<script type="module">
7979
const offset = 0.5;
8080

docs/sticky.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
z-index: 9000;
128128
}
129129
</style>
130-
<script src="/dist/scroll-scene-element.js" type="module"></script>
130+
<script src="https://unpkg.com/scroll-scene-element/dist/index.js" type="module"></script>
131131
<script type="module">
132132
const offset = 0.5;
133133

0 commit comments

Comments
 (0)