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 9fcae3f commit f067885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</head>
<body>
<!-- Include the script that builds the page and powers Static CMS -->
<script src="https://unpkg.com/@staticcms/core@%5E2.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>
CMS.registerPreviewStyle('/admin/admin.css')
CMS.init()
Expand Down

0 comments on commit f067885

Please sign in to comment.