diff options
| -rw-r--r-- | 404.html | 1 | ||||
| -rw-r--r-- | _redirects | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..8792e61 --- /dev/null +++ b/404.html @@ -0,0 +1 @@ +<script>location.href = '/'</script>
\ No newline at end of file diff --git a/_redirects b/_redirects deleted file mode 100644 index 98537ab..0000000 --- a/_redirects +++ /dev/null @@ -1,4 +0,0 @@ -[[redirects]] - from = "/*" - to = "/index.html" - status = 404
\ No newline at end of file |