Browse Source

Tweak for dynamic invite URL for deploys.

xmkb
Pete Johanson 4 years ago
parent
commit
aa21bdd79a
  1. 4
      docs/docusaurus.config.js

4
docs/docusaurus.config.js

@ -54,7 +54,9 @@ module.exports = {
// }, // },
{ {
label: "Discord", label: "Discord",
href: "https://zmkfirmware.dev/community/discord/invite", href:
(process.env.DEPLOY_URL || "https://zmkfirmware.dev") +
"/community/discord/invite",
}, },
{ {
label: "Twitter", label: "Twitter",

Loading…
Cancel
Save