From b71d8e9e4d55b9ca823e20888b1dadb11e9a2c7d Mon Sep 17 00:00:00 2001 From: Mike Little Date: Mon, 15 Apr 2024 15:41:42 +0300 Subject: [PATCH] Add support for 'avif' files. Adding this extension allows the plugin to recognise avif files and change those urls to be via Tachyon --- inc/class-tachyon.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/class-tachyon.php b/inc/class-tachyon.php index db6576a..8a4cb4c 100644 --- a/inc/class-tachyon.php +++ b/inc/class-tachyon.php @@ -28,6 +28,7 @@ class Tachyon { 'jpeg', 'png', 'webp', + 'avif', ]; /**