Skip to content

Commit

Permalink
Migrate from Netlify CMS to Decap CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Feb 29, 2024
1 parent 0884709 commit 2b19014
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions source/admin/index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
</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>
</body>
</html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Content Manager</title>
</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>
</body>
</html>

0 comments on commit 2b19014

Please sign in to comment.