mirror of
https://github.com/foo-dogsquared/website.git
synced 2025-01-31 01:57:54 +00:00
Update avatar images to WebP format
It is widely more available compared to AVIF.
This commit is contained in:
parent
f145bb6d03
commit
3da76b264c
2
Rakefile
2
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[]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user