summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/netlify.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml
index 8ef5add..37f077e 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