swap to static cms
All checks were successful
Hugo / build (push) Successful in 22s

This commit is contained in:
brooke 2024-06-06 16:49:36 -04:00
parent a668330a6c
commit aacd06aa86

View file

@ -5,8 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Content Manager</title>
<link
rel="stylesheet"
href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css"
/>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
</body>
</html>