summaryrefslogtreecommitdiffstats
path: root/src/admin/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-07-11 20:21:43 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-07-11 20:21:43 +0300
commitd591ffb3234814e59547a5a71443867ffac55797 (patch)
tree7535b3fcec300e06f230cb56cab3363b084d179e /src/admin/index.html
parent64424574fab53d848f9e1ecaf83f3b79052afe51 (diff)
Fix netlify stuff
Diffstat (limited to 'src/admin/index.html')
-rw-r--r--src/admin/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/index.html b/src/admin/index.html
index 638060e..f1d6b98 100644
--- a/src/admin/index.html
+++ b/src/admin/index.html
@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <link href="admin/config.yml" type="text/yaml" rel="cms-config-url">
+ <link href="/admin/config.yml" type="text/yaml" rel="cms-config-url">
<title>Content Manager</title>
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
- <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
+ <script src="/admin/netlify-cms.js"></script>
</body>
</html> \ No newline at end of file