Next.js Discord

Discord Forum

No index.html file on build

Unanswered
Northern Bobwhite posted this in #help-forum
Open in Discord
Avatar
Northern BobwhiteOP
Hi guys, when I run npm run build I can't see any index.html file, just a bunch of .js chunks, fonts etc.

I'm using next 13.0.3 and my nextconfig is
const nextConfig = {
  output: 'export',
  distDir: "build",
  experimental: {
    appDir: true,
  },
};

0 Replies