No index.html file on build
Unanswered
Northern Bobwhite posted this in #help-forum
Northern BobwhiteOP
Hi guys, when I run
I'm using next 13.0.3 and my nextconfig is
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,
},
};