Skip to content

Commit

Permalink
fix(images): update nuxt optimized images to v1.3.0 (#570)
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Robinson <damien.robinson@xcommedia.com.au>
  • Loading branch information
shadow81627 and damienrobinson committed Aug 30, 2020
1 parent 6fe4bbd commit 915ca7c
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 469 deletions.
5 changes: 1 addition & 4 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default {
'@nuxtjs/eslint-module',
// '@nuxtjs/stylelint-module',
'@nuxtjs/vuetify',
'@bazzite/nuxt-optimized-images',
'@aceforth/nuxt-optimized-images',
],

/*
Expand Down Expand Up @@ -144,9 +144,6 @@ export default {
},

optimizedImages: {
mozjpeg: {
quality: 50,
},
responsive: {
adapter: require('responsive-loader/sharp'),
sharp: {
Expand Down

1 comment on commit 915ca7c

@vercel
Copy link

@vercel vercel bot commented on 915ca7c Aug 30, 2020

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.