From 8bb198b73ee81ca4ff129f6815d25a1070b662ce Mon Sep 17 00:00:00 2001 From: Josh <72828296+JoshAtticus@users.noreply.github.com> Date: Sat, 17 Sep 2022 12:33:03 +0800 Subject: [PATCH] Remove firefox link --- server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config.js b/server/config.js index 872d946f..4a9d0898 100644 --- a/server/config.js +++ b/server/config.js @@ -165,7 +165,7 @@ const conf = convict({ }, base_url: { format: 'url', - default: 'https://send.firefox.com', + default: 'https://send.vis.ee', env: 'BASE_URL' }, custom_title: {