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> </head>
<body> <body>
<!-- Include the script that builds the page and powers Decap CMS --> <!-- 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> <script>
// Wait for the script to load before initializing // Wait for the script to load before initializing
document.addEventListener('DOMContentLoaded', function() { document.addEventListener('DOMContentLoaded', function() {