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

Commit 697213f

Browse files
committed
Switch to app instead of core
1 parent aa73abe commit 697213f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static/admin.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</head>
1010
<body>
1111
<!-- Include the script that builds the page and powers Netlify CMS -->
12-
<script src="https://unpkg.com/@staticcms/core@^2.0.0/dist/static-cms-app.js"></script>
12+
<script src="https://unpkg.com/@staticcms/app@^2.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)