diff options
| author | jules <jules@carbonpictures.com> | 2017-06-02 15:56:15 +0000 |
|---|---|---|
| committer | jules <jules@carbonpictures.com> | 2017-06-02 15:56:15 +0000 |
| commit | b6cd10f8fd0bb372fba03a7101316cf1bcf0aa26 (patch) | |
| tree | f125311d435a61962ddc72ffd0554459b5a583a0 | |
| parent | 9558d9800138285f89f6e3884680f893d5c89f4a (diff) | |
etc
| -rw-r--r-- | client/web/build/index.html | 2 | ||||
| -rw-r--r-- | db.json | 2 | ||||
| -rw-r--r-- | index.js | 2 | ||||
| l--------- | public/index.html | 1 | ||||
| l--------- | templates/index.liquid | 2 |
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> @@ -2571,4 +2571,4 @@ "dateCreated": "Thu, 18 May 2017 20:41:15 GMT" } ] -} +}
\ No newline at end of file @@ -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 |
