I am running build command and then export command for next.js but /out folder's index.html file is loading broken website on browser.
next build && next export
When I run index.html file on chrome, it shows following errors:
Where can I go wrong?