From c13d9c95523b454841bd2e46cf17a5fa24302e64 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sat, 8 Oct 2022 13:10:26 -0400 Subject: [PATCH] override github.io 404 --- public/404.md | 0 src/App.js | 1 + 2 files changed, 1 insertion(+) create mode 100644 public/404.md diff --git a/public/404.md b/public/404.md new file mode 100644 index 0000000..e69de29 diff --git a/src/App.js b/src/App.js index 81e45fb..2794513 100644 --- a/src/App.js +++ b/src/App.js @@ -39,6 +39,7 @@ function App() { }> }> }> + } /> } />