Niels-IO / next-image-export-optimizer

Use Next.js advanced <Image/> component with the static export functionality. Optimizes all static images in an additional step after the Next.js static export.
MIT License
459 stars 56 forks source link

Add Base path functionality #155

Closed Niels-IO closed 1 year ago

Niels-IO commented 1 year ago

Hi @wpoynter, I did some work based on your PR, but I somehow had to open up this new PR. I want to add some more e2e testing functionality with the basePath option. For this, I have to figure out how to serve the generated exported files for testing purposes.