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

Commit fabf075

Browse files
committed
fix: use app instead of core
1 parent bae33cb commit fabf075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/admin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</head>
88
<body>
99
<!-- Include the script that builds the page and powers Netlify CMS -->
10-
<script src="https://unpkg.com/@staticcms/core@%5E1.0.0/dist/static-cms-core.js"></script>
10+
<script src="https://unpkg.com/@staticcms/core@%5E1.0.0/dist/static-cms-app.js"></script>
1111

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

0 commit comments

Comments
 (0)