diff --git a/files/helpers/images.py b/files/helpers/images.py index 97db48c16..e22abe92a 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -25,4 +25,4 @@ def process_image(filename=None, resize=0): i = ImageOps.exif_transpose(i) i.save(filename, format="WEBP", method=6) - return f'/static{filename}' \ No newline at end of file + return filename \ No newline at end of file