aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/static/admin/index.html')
-rw-r--r--site/static/admin/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/static/admin/index.html b/site/static/admin/index.html
index 7b7818c..baa6e33 100644
--- a/site/static/admin/index.html
+++ b/site/static/admin/index.html
@@ -6,11 +6,11 @@
<title>Content Manager</title>
<!-- Include the stylesheets from your site here -->
- <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.1/dist/cms.css" />
+ <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.3.9/dist/cms.css" />
<!-- Include a CMS specific stylesheet here -->
</head>
<body>
- <script src="https://unpkg.com/netlify-cms@0.1.15/dist/cms.js"></script>
+ <script src="/cms.js"></script>
</body>
</html>