From c0b6d4c543ddca98c2dfb676778578301c47af58 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Mon, 29 Aug 2022 20:40:07 -0500 Subject: [PATCH] feat: support deeplinks in production --- public/404.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++ public/index.html | 30 +++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 public/404.html diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..e8bdb81 --- /dev/null +++ b/public/404.html @@ -0,0 +1,52 @@ + + + + + Single Page Apps for GitHub Pages + + + + diff --git a/public/index.html b/public/index.html index aa069f2..206ad5f 100644 --- a/public/index.html +++ b/public/index.html @@ -25,6 +25,36 @@ Learn how to configure a non-root public URL by running `npm run build`. --> React App + + +