Completely remove nuxtimage
This commit is contained in:
@@ -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: [
|
||||
|
||||
5397
client/package-lock.json
generated
5397
client/package-lock.json
generated
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",
|
||||
|
||||
Reference in New Issue
Block a user