From b6cd10f8fd0bb372fba03a7101316cf1bcf0aa26 Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 2 Jun 2017 15:56:15 +0000 Subject: etc --- client/web/build/index.html | 2 +- db.json | 2 +- index.js | 2 +- public/index.html | 1 - templates/index.liquid | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) delete mode 120000 public/index.html 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 {
- + 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 -- cgit v1.2.3-70-g09d2