admin: migrate to Decap CMS

Decap is backwards compatible with Netlify CMS as it is a continuation of the project.
This commit is contained in:
Harsh Shandilya 2023-08-23 21:32:02 +05:30 committed by GitHub
parent b0ccc66ba5
commit 09d20d713e
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
<!-- 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>
</body>
</html>