changing prefix build for static asset in Nextjs
Unanswered
Nile Crocodile posted this in #help-forum
Nile CrocodileOP
I just wonder if we can configure name of preffix asset in nextjs 13
when we running build of next application it will produce new folder into project with name "out" folder and there will be several folder inside there when we using from next/image it will build into
is it possible to us, maybe in config.next.json to change all image path to something else like
I just wonder if we can change build prefix in nextjs thank you
when we running build of next application it will produce new folder into project with name "out" folder and there will be several folder inside there when we using from next/image it will build into
/_next/static/media/myimage.svgis it possible to us, maybe in config.next.json to change all image path to something else like
/_next/static/asset/myimage.svg or /_next/images/myimage.svgI just wonder if we can change build prefix in nextjs thank you