Next.js Discord

Discord Forum

changing prefix build for static asset in Nextjs

Unanswered
Nile Crocodile posted this in #help-forum
Open in Discord
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
/_next/static/media/myimage.svg


is 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.svg


I just wonder if we can change build prefix in nextjs thank you

0 Replies