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 @@ + + +
+ +