Skip to content

Commit 42d813d

Browse files
committed
(-) remove nuxt-dynamic-images
This is not in any actual vue code and is now causing a fatal error in the build process. It can safely be removed from the generation pipeline
1 parent dcdc6a4 commit 42d813d

3 files changed

Lines changed: 21 additions & 334 deletions

File tree

nuxt.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,8 @@ export default async () => ({
7676
buildModules: [
7777
'@nuxt/image',
7878
'@nuxtjs/tailwindcss',
79-
'nuxt-dynamic-images'
8079
],
8180

82-
dynamicImages: {
83-
puppeteerOptions: { headless: true, args: ['--no-sandbox'] }
84-
},
85-
8681
modules: [
8782
'nuxt-content-git',
8883
'@nuxt/content'

0 commit comments

Comments
 (0)