Skip to content

Commit

Permalink
fix(picture): fix missing format priority
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Feb 17, 2022
1 parent 6587073 commit ddc37be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/SpeedkitPicture/Base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import SourceList from 'nuxt-speedkit/components/SpeedkitPicture/classes/SourceL
import LoadingSpinner from 'nuxt-speedkit/components/SpeedkitImage/classes/LoadingSpinner';
import PictureSource from 'nuxt-speedkit/components/SpeedkitPicture/Source';
const formatPriority = ['avif', 'webp', 'png', 'jpg'];
const formatPriority = ['avif', 'webp', 'png', 'jpg', 'gif'];
export default {
components: {
Expand Down

0 comments on commit ddc37be

Please sign in to comment.