aboutsummaryrefslogtreecommitdiff
path: root/netlify.toml
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-15 22:21:20 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-15 22:21:20 -0400
commitec60958fa9485e98db1ddf4c8a36e78b77276c12 (patch)
treeb60c196014926d09fbde1a3d782d6db847a47c04 /netlify.toml
parent8806c31d30ee6488f187aaedf1cd6b0bd0a70835 (diff)
downloadpersonal-website-ec60958fa9485e98db1ddf4c8a36e78b77276c12.tar.gz
personal-website-ec60958fa9485e98db1ddf4c8a36e78b77276c12.tar.bz2
personal-website-ec60958fa9485e98db1ddf4c8a36e78b77276c12.zip
Hopefully fixed error page; Removed v-card in home and tweaks; Navbar tweaks
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..dfe032a
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,4 @@
+[[redirects]]
+ from = "/*"
+ to = "/error"
+ status = 404 \ No newline at end of file