Use process.env.URL
instead of DEPLOY_URL
.
This commit is contained in:
parent
f71f12f5a8
commit
6fd572d3b6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue