Update Decap CMS script source in index.html for improved compatibility and performance.

This commit is contained in:
2025-07-29 14:02:25 -08:00
parent a54f95baf5
commit 7833fc65c3

View File

@@ -8,7 +8,7 @@
</head>
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script src="https://unpkg.com/decap-cms/dist/decap-cms.js"></script>
<script>
// Wait for the script to load before initializing
document.addEventListener('DOMContentLoaded', function() {