diff --git a/src/App.vue b/src/App.vue index f256903..d585cde 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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 () => {