Completely remove nuxtimage
This commit is contained in:
parent
e7c7776bb1
commit
06214ebfbf
|
|
@ -13,7 +13,6 @@ export default defineNuxtConfig({
|
|||
'@vueuse/motion/nuxt',
|
||||
'nuxt3-notifications',
|
||||
'nuxt-simple-sitemap',
|
||||
'@nuxt/image',
|
||||
... process.env.NUXT_PUBLIC_GOOGLE_ANALYTICS_CODE ? ['nuxt-gtag'] : [],
|
||||
],
|
||||
build: {
|
||||
|
|
@ -53,17 +52,6 @@ export default defineNuxtConfig({
|
|||
},
|
||||
'~/components',
|
||||
],
|
||||
nitro: {
|
||||
awsAmplify: {
|
||||
imageOptimization: {
|
||||
cacheControl: "public, max-age=600, immutable" // 10 minutes
|
||||
},
|
||||
imageSettings: {
|
||||
formats: ['image/webp'],
|
||||
dangerouslyAllowSVG: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
sourcemap: true,
|
||||
vite: {
|
||||
plugins: [
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -24,7 +24,6 @@
|
|||
"dependencies": {
|
||||
"@codemirror/lang-html": "^6.4.7",
|
||||
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
|
||||
"@nuxt/image": "^1.1.0",
|
||||
"@pinia/nuxt": "^0.5.1",
|
||||
"@sentry/vite-plugin": "^2.10.2",
|
||||
"@sentry/vue": "^7.93.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue