forked from kofal.net/zmk
Tweak for dynamic invite URL for deploys.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user