From 3da76b264c81640e0f4cb097467f56b4a5ef3883 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 12 Nov 2023 18:53:15 +0800 Subject: [PATCH] Update avatar images to WebP format It is widely more available compared to AVIF. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 9ec03a3..80f8ccf 100644 --- a/Rakefile +++ b/Rakefile @@ -22,7 +22,7 @@ end desc 'Export the avatar images' task :export_avatars, %i[base_dir output_dir output_extension] do |_, args| - args.with_defaults(base_dir: './assets/svg/', output_dir: './static/icons/', output_extension: 'avif') + args.with_defaults(base_dir: './assets/svg/', output_dir: './static/icons/', output_extension: 'webp') output_dirs = Set[]