From 84ce6b066aae497c7435bdc3b2ec354c84fbbd22 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Thu, 10 Jun 2021 14:02:27 +0000 Subject: [PATCH] fix(docs): Add permanent redict to zmk.dev domain. --- docs/netlify.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/netlify.toml b/docs/netlify.toml index 8ef5addf..37f077e5 100644 --- a/docs/netlify.toml +++ b/docs/netlify.toml @@ -1,4 +1,14 @@ [[redirects]] from = "/community/discord/invite" to = "https://discord.gg/sycytVQ" - status = 302 \ No newline at end of file + status = 302 + +[[redirects]] + from = "https://zmkfirmware.dev/*" + to = "https://zmk.dev/:splat" + force = true + +[[redirects]] + from = "https://www.zmkfirmware.dev/*" + to = "https://www.zmk.dev/:splat" + force = true \ No newline at end of file