From 87212bc61bea9a60b0cc82699c03a26c1b2dc277 Mon Sep 17 00:00:00 2001 From: vaasu Date: Thu, 2 Apr 2020 19:37:48 +0530 Subject: [PATCH] Added frontend routing hack --- build/404.html | 22 ++++++++++++++++++++++ public/404.html | 22 ++++++++++++++++++++++ public/index.html | 29 ++++++++++++++++++++--------- 3 files changed, 64 insertions(+), 9 deletions(-) create mode 100644 build/404.html create mode 100644 public/404.html diff --git a/build/404.html b/build/404.html new file mode 100644 index 0000000..018a3ac --- /dev/null +++ b/build/404.html @@ -0,0 +1,22 @@ + + + + + Chess Board Consumer + + + + + \ No newline at end of file diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..018a3ac --- /dev/null +++ b/public/404.html @@ -0,0 +1,22 @@ + + + + + Chess Board Consumer + + + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index aa069f2..a06d291 100644 --- a/public/index.html +++ b/public/index.html @@ -15,15 +15,26 @@ user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - + + + React App