Spaces:
Running
Running
Update Alpine.js
#5
by
dmorawiec
- opened
- index.html +2 -2
index.html
CHANGED
|
@@ -67,8 +67,8 @@
|
|
| 67 |
</style>
|
| 68 |
|
| 69 |
<script type="module">
|
| 70 |
-
import Alpine from "https://cdn.
|
| 71 |
-
import Intersect from "https://cdn.
|
| 72 |
Alpine.plugin(Intersect);
|
| 73 |
|
| 74 |
Alpine.data("themesData", () => ({
|
|
|
|
| 67 |
</style>
|
| 68 |
|
| 69 |
<script type="module">
|
| 70 |
+
import Alpine from "https://cdn.jsdelivr.net/npm/alpinejs@3.15.1/dist/module.esm.min.js";
|
| 71 |
+
import Intersect from "https://cdn.jsdelivr.net/npm/@alpinejs/intersect@3.15.1/dist/module.esm.min.js";
|
| 72 |
Alpine.plugin(Intersect);
|
| 73 |
|
| 74 |
Alpine.data("themesData", () => ({
|