mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
fix: change Discover remote
This commit is contained in:
@@ -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()}`;
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user