Tweak for dynamic invite URL for deploys.
This commit is contained in:
parent
e1ea833bb3
commit
aa21bdd79a
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue