For Workes & Pages, what is the name of the domain?
NA
What is the issue or error you’re encountering
I’m trying to deploy a Nuxt v2 app with Nuxt Content and Tailwind on Cloudflare Pages, but I’m running into an issue during the build process.Here’s the setup, Node v16, NODE_ENV=production, The app installs dependencies and runs npm run build without errors, but I’m seeing some warnings and a failure at the end.The logs seem incomplete, and the error message suggests that the build output directory dist is not found.I have checked the nuxt.config.js file, and everything looks correct for production modeI suspect there’s something missing in the configuration, but I’m not sure what it is.Has anyone faced a similar issue deploying Nuxt v2 apps with Nuxt Content on Cloudflare Pages? Any tips or ideas on how to resolve this?