mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Tweak for dynamic invite URL for deploys.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user