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