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

Commit 777c1b2

Browse files
committed
Update to static cms 2.0.0
1 parent 6be4a07 commit 777c1b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/admin/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +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@^2.0.0/dist/main.css" />
78
</head>
89
<body>
910
<!-- Include the script that builds the page and powers StaticJs CMS -->
10-
<script src="https://unpkg.com/@staticcms/app@%5E1.0.0/dist/static-cms-app.js"></script>
11+
<script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
1112

1213
<!-- Netlify Identity Widget -->
1314
<script

0 commit comments

Comments
 (0)