mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
fix: change Discover remote
This commit is contained in:
parent
9e48c8f022
commit
1d26beee10
1 changed files with 2 additions and 2 deletions
|
@ -71,8 +71,8 @@ export default function Discover() {
|
||||||
const srcURL = useMemo(() => {
|
const srcURL = useMemo(() => {
|
||||||
const query = new URLSearchParams(search);
|
const query = new URLSearchParams(search);
|
||||||
query.set("embedded", "true");
|
query.set("embedded", "true");
|
||||||
// const REMOTE = 'https://rvlt.gg';
|
const REMOTE = "https://rvlt.gg";
|
||||||
const REMOTE = "http://local.revolt.chat:3001";
|
// const REMOTE = "http://local.revolt.chat:3001";
|
||||||
return `${REMOTE}${pathname}?${query.toString()}`;
|
return `${REMOTE}${pathname}?${query.toString()}`;
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue