-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add WebP and AVIF support #104
Comments
This line needs improvement Lines 117 to 118 in e548e28
- '\.(jpe?g|png|gif|svgz?|css|js|map|ico|bmp|eot|woff2?|otf|ttf)$':
+ '\.(avif|webp|jpe?g|png|gif|svgz?|css|js|map|ico|bmp|eot|woff2?|otf|ttf)$': |
gilzow
added a commit
that referenced
this issue
Feb 1, 2024
adds webp and avif to allowed static files. Partially addresses #104
Thank you a lot 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What in this template can be improved or added as a feature?
Drupal has support for WebP since 9.2 ref https://www.drupal.org/node/3171135
AVIF support for read is also enough for start
What exactly should be updated?
Template provides support for webp out of box
How important is this feature to you?
Nowadays Google require it
Additional context
AVIF support could be tricky https://www.drupal.org/project/drupal/issues/3202016
The text was updated successfully, but these errors were encountered: