Update from Forestry.io
jordan@jpatterson.me
committed Oct 17, 2018
commit 27b80f4d7716afdc6376f57f1f126d223f539ce7
Showing 1
changed file with
4 additions
and 3 deletions
admin/index.html
+4
-3
| @@ | @@ -4,6 +4,7 @@ |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| + | <meta name="robots" content="noindex" /> |
| <title>Admin</title> | |
| <meta name="description" content=" " /> | |
| <meta name="author" content=" " /> | |
| @@ | @@ -12,7 +13,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="https://local.forestry.io/main.css" /> |
| + | <link rel="stylesheet" href="http://localhost:1337/build//main.css" /> |
| <!-- Google font --> | |
| <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> | |
| @@ | @@ -27,11 +28,11 @@ |
| </div> | |
| <script id="admin-config-script" type="text/javascript"> | |
| var env = { | |
| - | siteId: "v-xefunxiy34jw", |
| + | siteId: "xtebfoqtfwklrg", |
| local: false | |
| }; | |
| </script> | |
| - | <script type="application/javascript" src="https://local.forestry.io/forestry.min.js"></script> |
| + | <script type="application/javascript" src="http://localhost:1337/build//forestry.js"></script> |
| </body> | |
| </html> | |