bug: disable imgproxy for login page banners
This commit is contained in:
parent
f4bfa978ca
commit
b1a2719209
@ -61,7 +61,9 @@ export default function LoginPage() {
|
||||
|
||||
useEffect(() => {
|
||||
const ret = unwrap(Artwork.at(Artwork.length * Math.random()));
|
||||
proxy(ret.link).then(a => setArt({ ...ret, link: a }));
|
||||
// disable for now because imgproxy is ded
|
||||
// proxy(ret.link).then(a => setArt({ ...ret, link: a }));
|
||||
setArt(ret);
|
||||
}, []);
|
||||
|
||||
async function getNip05PubKey(addr: string) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user