Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 1da3218

Browse files
committed
chore: update to static cms v4.0.0
1 parent f067885 commit 1da3218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/admin/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title>Content Manager</title>
77
<!-- Include the script that enables Netlify Identity on this page. -->
88
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
9-
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^2.0.0/dist/main.css" />
9+
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
1010
</head>
1111
<body>
1212
<!-- Include the script that builds the page and powers Static CMS -->
13-
<script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
13+
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
1414
<script>
1515
CMS.registerPreviewStyle('/admin/admin.css')
1616
CMS.init()

0 commit comments

Comments
 (0)