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

Commit f067885

Browse files
committed
Switch to app instead of core
1 parent 9fcae3f commit f067885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/admin/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<!-- Include the script that builds the page and powers Static CMS -->
13-
<script src="https://unpkg.com/@staticcms/core@%5E2.0.0/dist/static-cms-app.js"></script>
13+
<script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
1414
<script>
1515
CMS.registerPreviewStyle('/admin/admin.css')
1616
CMS.init()

0 commit comments

Comments
 (0)