diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-15 22:21:20 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-15 22:21:20 -0400 |
| commit | ec60958fa9485e98db1ddf4c8a36e78b77276c12 (patch) | |
| tree | b60c196014926d09fbde1a3d782d6db847a47c04 /netlify.toml | |
| parent | 8806c31d30ee6488f187aaedf1cd6b0bd0a70835 (diff) | |
| download | personal-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.toml | 4 |
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 |
