changed unpkg to jsdelivr
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
maxime-cool 2024-01-15 17:34:03 +01:00
parent 520ad9ee99
commit 0ee574eccd

View file

@ -8,7 +8,7 @@
</head>
<body>
<!-- Include the script that builds the page and powers Static CMS -->
<script src="https://unpkg.com/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
<script>
window.CMS.init();
</script>