diff --git a/netlify.toml b/netlify.toml index 09a07a23..848b6bf0 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,11 @@ to = "https://vuefes-2018.netlify.com/2018/:splat" status = 200 +[[redirects]] + from = "/2019/*" + to = "https://vuefes-2019.netlify.com/2019/:splat" + status = 200 + [[redirects]] from = "/2020/*" to = "https://vuefes-2020.netlify.app/2020/:splat"