Skip to content

Commit 06214eb

Browse files
committed
Completely remove nuxtimage
1 parent e7c7776 commit 06214eb

File tree

3 files changed

+2567
-2847
lines changed

3 files changed

+2567
-2847
lines changed

client/nuxt.config.ts

-12
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default defineNuxtConfig({
1313
'@vueuse/motion/nuxt',
1414
'nuxt3-notifications',
1515
'nuxt-simple-sitemap',
16-
'@nuxt/image',
1716
... process.env.NUXT_PUBLIC_GOOGLE_ANALYTICS_CODE ? ['nuxt-gtag'] : [],
1817
],
1918
build: {
@@ -53,17 +52,6 @@ export default defineNuxtConfig({
5352
},
5453
'~/components',
5554
],
56-
nitro: {
57-
awsAmplify: {
58-
imageOptimization: {
59-
cacheControl: "public, max-age=600, immutable" // 10 minutes
60-
},
61-
imageSettings: {
62-
formats: ['image/webp'],
63-
dangerouslyAllowSVG: true,
64-
}
65-
}
66-
},
6755
sourcemap: true,
6856
vite: {
6957
plugins: [

0 commit comments

Comments
 (0)