aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShawn Erquhart <shawn@erquh.art>2017-06-02 10:12:55 -0400
committerShawn Erquhart <shawn@erquh.art>2017-06-02 10:12:55 -0400
commiteb6afb01860008fb5fdfef9a1c55ac1ffc531025 (patch)
tree4c9e0370012326447feac5022c995aa01f9e1c3e /src
parent37e5f955764380bfb19bcfc5afc0966e431f14c7 (diff)
pull cms styles from npm
Diffstat (limited to 'src')
-rw-r--r--src/cms/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cms/index.html b/src/cms/index.html
index baa6e33..efa668b 100644
--- a/src/cms/index.html
+++ b/src/cms/index.html
@@ -6,7 +6,7 @@
<title>Content Manager</title>
<!-- Include the stylesheets from your site here -->
- <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.3.9/dist/cms.css" />
+ <link rel="stylesheet" href="/cms.css" />
<!-- Include a CMS specific stylesheet here -->
</head>