parent
ff6475e759
commit
240fdedec7
|
|
@ -71,7 +71,8 @@ const getImageUrl = (url: string) => {
|
|||
if (import.meta.env.DEV) {
|
||||
return url.replace("https://legacy.paul.ren", "/proxy-images");
|
||||
}
|
||||
return url;
|
||||
|
||||
return url.replace("https://legacy.paul.ren", "/");
|
||||
};
|
||||
|
||||
const captureScreenshot = async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue