forked from abner/for-legacy-web
chore: hide discovery button if not pointing to Revolt
This commit is contained in:
@@ -1 +1,6 @@
|
||||
export const APP_VERSION = "__APP_VERSION__";
|
||||
export const IS_REVOLT =
|
||||
import.meta.env.VITE_API_URL === "https://api.revolt.chat" ||
|
||||
// future proofing
|
||||
import.meta.env.VITE_API_URL === "https://app.revolt.chat/api" ||
|
||||
import.meta.env.VITE_API_URL === "https://revolt.chat/api";
|
||||
|
||||
Reference in New Issue
Block a user