mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 04:40:20 +03:00
Turn of image optimization
> Image Optimization using Next.js' default loader is not compatible with `next export`. We currently deploy to Netlify via `next export`
This commit is contained in:
parent
62b9c9c6d7
commit
5d55ce309d
|
@ -31,6 +31,7 @@ const nextConfig = withPWA(
|
|||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
images: { unoptimized: true },
|
||||
})
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user