From 3c49d456af26efc7b961812dd09653372dfb619b Mon Sep 17 00:00:00 2001 From: SMT <83726258+scottmakestech@users.noreply.github.com> Date: Wed, 5 Jan 2022 10:35:58 -0600 Subject: [PATCH] Testing Netlify integration --- netlify.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index f600f8c..2bd3873 100644 --- a/netlify.toml +++ b/netlify.toml @@ -93,4 +93,10 @@ from = "https://www.goprossimo.org/*" to = "https://www.memorysafety.org/:splat" status = 301 - force = true \ No newline at end of file + force = true + +[[redirects]] + from = "/*" + to = "/404.html" + status = 404 + force = false