Merge pull request #477 from bennihtm/update-decap

Update Decap CMS to new npm package & version
This commit is contained in:
André B
2024-07-20 13:28:32 -04:00
committed by GitHub

View File

@@ -9,6 +9,6 @@
</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/netlify-cms@^2.0.0/dist/netlify-cms.js"></script> <script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body> </body>
</html> </html>