mirror of https://github.com/zmkfirmware/zmk.git
Use `process.env.URL` instead of `DEPLOY_URL`.
This commit is contained in:
parent
f71f12f5a8
commit
6fd572d3b6
|
|
@ -55,7 +55,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
label: "Discord",
|
label: "Discord",
|
||||||
href:
|
href:
|
||||||
(process.env.DEPLOY_URL || "https://zmkfirmware.dev") +
|
(process.env.URL || "https://zmkfirmware.dev") +
|
||||||
"/community/discord/invite",
|
"/community/discord/invite",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue