From 12f27a6fe841ca3fe867b482a03ec76e4471e46d Mon Sep 17 00:00:00 2001 From: Frederik De Bleser Date: Fri, 23 Feb 2018 14:04:59 +0100 Subject: [PATCH] Add a first stab at the view page. This page shows the sketch without any extra elements. It renders the content and writes it out directly into the page. --- firebase.json | 14 ++++++++++---- view.html | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 view.html diff --git a/firebase.json b/firebase.json index 5855bf9..027ef10 100644 --- a/firebase.json +++ b/firebase.json @@ -5,9 +5,15 @@ "firebase.json", "**/.*" ], - "rewrites": [{ - "source": "**", - "destination": "/index.html" - }] + "rewrites": [ + { + "source": "/view/**", + "destination": "/view.html" + }, + { + "source": "**", + "destination": "/index.html" + } + ] } } diff --git a/view.html b/view.html new file mode 100644 index 0000000..db190ed --- /dev/null +++ b/view.html @@ -0,0 +1,32 @@ + + + + + Seed + + + + + + +