fix(docs): Add permanent redict to zmk.dev domain.
This commit is contained in:
parent
3f4839ec96
commit
84ce6b066a
1 changed files with 11 additions and 1 deletions
|
@ -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…
Reference in a new issue