diff --git a/netlify.toml b/netlify.toml index f4fb3e4..63d5abc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,10 @@ [functions] directory = "lib/netlify/" node_bundler = "esbuild" + +[[redirects]] + from = "/" + to = "https://github.com/CodeYourFuture/gitbot/" + status = 200 + [redirects.headers] + X-From = "Netlify"