zeon-studio / nextplate

Nextplate is a free starter template built with Next.js and TailwindCSS. It provides you with almost everything you need to jump-start your Next.js project. Try Nextplate and save yourself hours of work.
https://zeon.studio/preview?project=nextplate
MIT License
427 stars 252 forks source link

404 for png images in nextConfig output: 'export' mode #2

Closed spcfx closed 1 year ago

spcfx commented 1 year ago

Fantastic template, but when I had to use it outside vercel with the output: 'export' configuration in next.config.js all the png images are broken, svg files instead are rendered correctly.

tfsomrat commented 1 year ago

Hi @sp-cfx, thanks for choosing our theme. this is expected behavior actually. please follow the instructions to get your result https://nextjs.org/docs/app/building-your-application/deploying/static-exports

spcfx commented 1 year ago

Thank you, I'm new to Nextjs so I'll check the docs better then