From 7d876661a820ec5e7e73a38c3430785d247e67ed Mon Sep 17 00:00:00 2001
From: brooke <brooke@myco.systems>
Date: Mon, 12 Aug 2024 15:10:47 -0400
Subject: [PATCH] try decap

---
 themes/gallo/static/admin/index.html | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/themes/gallo/static/admin/index.html b/themes/gallo/static/admin/index.html
index fd13e52..bd32ef3 100644
--- a/themes/gallo/static/admin/index.html
+++ b/themes/gallo/static/admin/index.html
@@ -3,13 +3,10 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
+    <meta name="robots" content="noindex" />
     <title>Content Manager</title>
   </head>
   <body>
-    <script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
-    <script>
-      window.CMS.init();
-    </script>
+    <script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
   </body>
-</html>
+</html>
\ No newline at end of file