diff options
| author | 8cy <[email protected]> | 2020-04-21 01:23:27 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-21 01:23:27 -0700 |
| commit | 650987325d8ee89ac9446a3098616b50cde659df (patch) | |
| tree | 56fad8ddb4e336dc406864d7910db88dec1083cb | |
| parent | A New Beginning (diff) | |
| download | acantha.ga-admin-650987325d8ee89ac9446a3098616b50cde659df.tar.xz acantha.ga-admin-650987325d8ee89ac9446a3098616b50cde659df.zip | |
make 404 redir
| -rw-r--r-- | _redirects | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..49d2248 --- /dev/null +++ b/_redirects @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/" + status = 404
\ No newline at end of file |