Skip to content

Commit ed7f94d

Browse files
committed
Correct included CMS package
1 parent e10ffec commit ed7f94d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/admin/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<title>Red Alert Robotics — Content Manager</title>
88
</head>
99
<body>
10-
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
10+
<!-- Use decap-cms-app (NOT decap-cms) to avoid bundled Netlify Identity Widget -->
11+
<script src="https://unpkg.com/decap-cms-app@^3.0.0/dist/decap-cms-app.js"></script>
1112
</body>
1213
</html>

0 commit comments

Comments
 (0)