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

View file

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