diff --git a/files/helpers/images.py b/files/helpers/images.py index f9b5bae48..cbfa33f9c 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -24,4 +24,4 @@ def process_image(filename=None, resize=False): if i.format.lower() == "gif": gifwebp(input_image=filename, output_image=filename, option="-q 80") else: i.save(filename, format="WEBP") - return filename \ No newline at end of file + return f'/static{filename}' \ No newline at end of file