Use `process.env.URL` instead of `DEPLOY_URL`.

This commit is contained in:
Pete Johanson 2020-08-05 14:58:25 -04:00
parent f71f12f5a8
commit 6fd572d3b6
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},
{