twopluszero / next-images

Import images in Next.js (supports jpg, jpeg, svg, png and gif images)
MIT License
948 stars 67 forks source link

Make options.limit configurable #3

Closed Hurtak closed 6 years ago

Hurtak commented 6 years ago

Feature request: make options.limit configurable

arefaslani commented 6 years ago

This feature is added in version 0.10.0

Hurtak commented 6 years ago

Thanks.

Unfortunately it seems the commit broke path were image lives https://github.com/arefaslani/next-images/commit/cca3ee0fa65cb4f6e408a157e3fd158d8423b11d

-              publicPath: `${assetPrefix}/_next/static/images/`,
+              publicPath: `${assetPrefix}/_next/`,

When I take a look inside my .next I see the image lives in .next/static/images.

arefaslani commented 6 years ago

Oh sorry! I will correct this now.

arefaslani commented 6 years ago

corrected in 0.10.1 patch.