Better image compression
This commit is contained in:
parent
26ca536e87
commit
77532f8cf4
|
@ -52,10 +52,14 @@ export default defineNuxtConfig({
|
|||
nitro: {
|
||||
awsAmplify: {
|
||||
imageSettings: {
|
||||
dangerouslyAllowSVG: true
|
||||
dangerouslyAllowSVG: true,
|
||||
minumumCacheTTL: 120
|
||||
}
|
||||
}
|
||||
},
|
||||
image: {
|
||||
quality: 90,
|
||||
},
|
||||
sitemap,
|
||||
runtimeConfig
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue