Spaces:
Running
Running
Commit
•
067c5aa
1
Parent(s):
5d5537c
Revert Alpine version
Browse files- index.html +1 -1
index.html
CHANGED
@@ -67,7 +67,7 @@
|
|
67 |
</style>
|
68 |
|
69 |
<script type="module">
|
70 |
-
import Alpine from "https://cdn.skypack.dev/alpinejs";
|
71 |
import Intersect from "https://cdn.skypack.dev/@alpinejs/intersect";
|
72 |
Alpine.plugin(Intersect);
|
73 |
|
|
|
67 |
</style>
|
68 |
|
69 |
<script type="module">
|
70 |
+
import Alpine from "https://cdn.skypack.dev/alpinejs@3.13.9";
|
71 |
import Intersect from "https://cdn.skypack.dev/@alpinejs/intersect";
|
72 |
Alpine.plugin(Intersect);
|
73 |
|