New to using Next.js, I'm running `next build` for my static site and I'm seeing double the amount o
New to using Next.js, I'm running
next build for my static site and I'm seeing double the amount of files counting towards my limit for each webpage. Upon inspection there seems to be extra .meta and .rsc files when building how can I disable non essential static site files like these? Also does Cloudflare Pages have an option for us to check what files are generated and distributed on their CDN after a build is finished?


