fix: change Discover remote
parent
9e48c8f022
commit
1d26beee10
|
|
@ -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 New Issue