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

Commit 8166e5b

Browse files
committed
chore: update static cms to v4.0.0
1 parent a43b903 commit 8166e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/admin/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Content Manager</title>
7-
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css" />
7+
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
88
</head>
99
<body>
1010
<!-- Include the script that builds the page and powers StaticJs CMS -->
11-
<script src="https://unpkg.com/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
11+
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
1212

1313
<!-- Netlify Identity Widget -->
1414
<script

0 commit comments

Comments
 (0)