Eleventy build command - is "npx @11ty/eleventy" correct?

hi @fraserwaters,

if your build command is set to eleventy then you’d need a definition of that command and what it is supposed to do, but you don’t - you have build, serve, and debug.

You’d need to either change the build command you have defined in the UI, or change the command in your package json - they have to match :slight_smile:

This Support Guide contains a ton of useful debugging tips.