i18nexus/next-i18n-router

How to use png files from public folder on Next/Image?

Closed this issue · 1 comments

The path to the optimized image seems messed up.

Importing svg files without optimization from public folder does work. but for the optimized image, it doesn't work.

I already excluded the image path, or did i do something work here?
matcher: '/((?!api|static|.*\\..*|_next).*)'

nvm, i have same name png inside my src folder so they conflicted.