From 5576aab2a4687610ec5a2c31064927a4b85887a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 31 Jul 2021 14:08:52 +0200 Subject: [PATCH] add catch-all to avoid making 404 --- netlify.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index a8953fe..efea7c4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -22,4 +22,9 @@ # 'funny' REDIRECTS [[redirects]] from = "/pgtf-theme" - to = "https://www.youtube.com/watch?v=zjedLeVGcfE" \ No newline at end of file + to = "https://www.youtube.com/watch?v=zjedLeVGcfE" + +# catch-all to landing page +[[redirects]] + from = "/*" + to = "/" \ No newline at end of file