summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/web/build/index.html2
-rw-r--r--db.json2
-rw-r--r--index.js2
l---------public/index.html1
l---------templates/index.liquid2
5 files changed, 4 insertions, 5 deletions
diff --git a/client/web/build/index.html b/client/web/build/index.html
index bb30a97..d9b8fdc 100644
--- a/client/web/build/index.html
+++ b/client/web/build/index.html
@@ -26,6 +26,6 @@ svg {
<body>
<div id="react-root"></div>
<script type="text/javascript" src="/javascript/vendor/react-d93cd212f3f54cac.dll.js"></script><script type="text/javascript" src="/javascript/vendor/lib-423a1aa1402bdcd9.js"></script><script type="text/javascript" src="/javascript/app-423a1aa1402bdcd9.js"></script></body>
- <script src="http://www.youtube.com/iframe_api"></script>
+ <script src="https://www.youtube.com/iframe_api"></script>
</html>
diff --git a/db.json b/db.json
index 5e71891..3e2c139 100644
--- a/db.json
+++ b/db.json
@@ -2571,4 +2571,4 @@
"dateCreated": "Thu, 18 May 2017 20:41:15 GMT"
}
]
-}
+} \ No newline at end of file
diff --git a/index.js b/index.js
index f56a486..d87836c 100644
--- a/index.js
+++ b/index.js
@@ -79,7 +79,7 @@ var app = okcms.createApp({
],
views: {
- '/': { template: 'index' },
+ '/': { template: 'blank' },
'/information/': { template: 'index' },
'/drones/': { template: 'index' },
'/livestream/': { template: 'index' },
diff --git a/public/index.html b/public/index.html
deleted file mode 120000
index dcf4db1..0000000
--- a/public/index.html
+++ /dev/null
@@ -1 +0,0 @@
-../client/web/build/index.html \ No newline at end of file
diff --git a/templates/index.liquid b/templates/index.liquid
index 10692f0..52b16c6 120000
--- a/templates/index.liquid
+++ b/templates/index.liquid
@@ -1 +1 @@
-../public/index.html \ No newline at end of file
+../public/site.html \ No newline at end of file