Browse Source

fix(docs): Add permanent redict to zmk.dev domain.

xmkb
Peter Johanson 4 years ago committed by Pete Johanson
parent
commit
84ce6b066a
  1. 10
      docs/netlify.toml

10
docs/netlify.toml

@ -2,3 +2,13 @@ @@ -2,3 +2,13 @@
from = "/community/discord/invite"
to = "https://discord.gg/sycytVQ"
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
Loading…
Cancel
Save