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

Commit

Permalink
Switch to app instead of core
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Apr 21, 2023
1 parent aa73abe commit 697213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/@staticcms/core@^2.0.0/dist/static-cms-app.js"></script>
<script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
<script src="//cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js"></script>
<script type="module">
import htm from "https://unpkg.com/htm?module";
Expand Down

0 comments on commit 697213f

Please sign in to comment.