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
1 changed files with 3 additions and 1 deletions

View File

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