summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author8cy <[email protected]>2020-04-21 01:23:27 -0700
committer8cy <[email protected]>2020-04-21 01:23:27 -0700
commit650987325d8ee89ac9446a3098616b50cde659df (patch)
tree56fad8ddb4e336dc406864d7910db88dec1083cb
parentA New Beginning (diff)
downloadacantha.ga-admin-650987325d8ee89ac9446a3098616b50cde659df.tar.xz
acantha.ga-admin-650987325d8ee89ac9446a3098616b50cde659df.zip
make 404 redir
-rw-r--r--_redirects4
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