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

Commit

Permalink
chore: update to static cms v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneFreeman committed Jan 3, 2024
1 parent f067885 commit 1da3218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<title>Content Manager</title>
<!-- Include the script that enables Netlify Identity on this page. -->
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^2.0.0/dist/main.css" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
</head>
<body>
<!-- Include the script that builds the page and powers Static CMS -->
<script src="https://unpkg.com/@staticcms/app@^2.0.0/dist/static-cms-app.js"></script>
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
<script>
CMS.registerPreviewStyle('/admin/admin.css')
CMS.init()
Expand Down

0 comments on commit 1da3218

Please sign in to comment.