fix: change Discover remote

pull/1049/head
Paul Makles 2022-01-10 18:28:23 +00:00
parent a00739af49
commit 98c136e15d
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ export default function Discover() {
const srcURL = useMemo(() => {
const query = new URLSearchParams(search);
query.set("embedded", "true");
// const REMOTE = 'https://rvlt.gg';
const REMOTE = "http://local.revolt.chat:3001";
const REMOTE = "https://rvlt.gg";
// const REMOTE = "http://local.revolt.chat:3001";
return `${REMOTE}${pathname}?${query.toString()}`;
}, []);