diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-06-09 18:29:33 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-06-10 09:27:57 -0400 |
commit | 3f4839ec96c116350fd5b11177927ec0d03da2df (patch) | |
tree | 19e22bc6e391168b15a7ad806e5815528dbe476c /docs/docusaurus.config.js | |
parent | ba45aaa81bd5c4d768e315ff57520738b6b59777 (diff) |
refactor: Move to new zmk.dev domain name.
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 385e3f5..ffc4cd6 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -3,7 +3,7 @@ const path = require("path"); module.exports = { title: "ZMK Firmware", tagline: "Modern, open source keyboard firmware", - url: "https://zmkfirmware.dev", + url: "https://zmk.dev", baseUrl: "/", favicon: "img/favicon.ico", organizationName: "zmkfirmware", // Usually your GitHub org/user name. @@ -70,7 +70,7 @@ module.exports = { { label: "Discord", href: - (process.env.URL || "https://zmkfirmware.dev") + + (process.env.URL || "https://zmk.dev") + "/community/discord/invite", }, { |