mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Use process.env.URL instead of DEPLOY_URL.
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = {
|
||||
{
|
||||
label: "Discord",
|
||||
href:
|
||||
(process.env.DEPLOY_URL || "https://zmkfirmware.dev") +
|
||||
(process.env.URL || "https://zmkfirmware.dev") +
|
||||
"/community/discord/invite",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user