We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4e967b + 95aca9a commit a7e8c10Copy full SHA for a7e8c10
_layouts/main.html
@@ -43,11 +43,10 @@
43
);
44
</script>
45
46
- <script src="//unpkg.com/alpinejs" defer></script>
+ <script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.8/dist/cdn.min.js"></script>
47
48
- <script src="https://unpkg.com/htmx.org"></script>
49
- <script src="https://unpkg.com/[email protected]/dist/ext/client-side-templates.js"></script>
50
- <script src="https://unpkg.com/lunr/lunr.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/htmx.org"></script>
+ <script src="https://cdn.jsdelivr.net/npm/lunr/lunr.js"></script>
51
52
53
0 commit comments