diff --git a/netlify.toml b/netlify.toml index 86a90d0..c575f32 100644 --- a/netlify.toml +++ b/netlify.toml @@ -73,6 +73,12 @@ status = 301 force = false +[[redirects]] + from = "/gh/:project" + to = "https://github.com/TruncatedDinosour/:project" + status = 301 + force = false + [[redirects]] from = "/*" to = "/page/404/index.html"