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

Commit da85f46

Browse files
committed
chore: update to static cms v4.0.0
1 parent 1c115e4 commit da85f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/static/admin.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Content Manager</title>
77
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
8-
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^2.0.0/dist/main.css" />
8+
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
99
</head>
1010
<body>
1111
<!-- Include the script that builds the page and powers Netlify CMS -->
12-
<script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
12+
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
1313
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
1414
<script type="module">
1515
import htm from 'https://unpkg.com/htm?module';

0 commit comments

Comments
 (0)