Update from Forestry.io
Nichlas Andersen
committed Aug 10, 2018
commit b7048c4b973fc5801cbf1a99375e49e274fc06bc
Showing 1
changed file with
3 additions
and 3 deletions
admin/index.html
+3
-3
| @@ | @@ -12,7 +12,7 @@ |
| <!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.--> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
| - | <link rel="stylesheet" href="http://localhost:1337/build/main.css" /> |
| + | <link rel="stylesheet" href="https://local.forestry.io/main.css" /> |
| <!-- Google font --> | |
| <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | |
| @@ | @@ -27,11 +27,11 @@ |
| </div> | |
| <script id="admin-config-script" type="text/javascript"> | |
| var env = { | |
| - | siteId: "tjyyvlf16i3i4q", |
| + | siteId: "bcxgnwgy3wkp4w", |
| local: false | |
| }; | |
| </script> | |
| - | <script type="application/javascript" src="http://localhost:1337/build/forestry.js"></script> |
| + | <script type="application/javascript" src="https://local.forestry.io/forestry.min.js"></script> |
| </body> | |
| </html> | |