Tweak for dynamic invite URL for deploys.

This commit is contained in:
Pete Johanson 2020-08-05 14:43:59 -04:00
parent e1ea833bb3
commit aa21bdd79a

View file

@ -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",