Skip to content

Commit

Permalink
perf: add avif image format (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 authored Dec 9, 2023
2 parents 69b4c67 + 8895710 commit b2772ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export default defineNuxtConfig({
image: {
provider: 'imgproxy',
domains: [env.HOST],
format: ['avif', 'webp'],
// ipx: {
// baseURL: BASE_URL + '/_ipx',
// },
Expand Down

1 comment on commit b2772ca

@vercel
Copy link

@vercel vercel bot commented on b2772ca Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.