diff --git a/packages/cli/src/autorun/autorun.js b/packages/cli/src/autorun/autorun.js index cc7db5800..a19c681c9 100644 --- a/packages/cli/src/autorun/autorun.js +++ b/packages/cli/src/autorun/autorun.js @@ -28,6 +28,9 @@ const BUILD_DIR_PRIORITY = [ // likely a built version of the site // default name for next.js 'out', + // likely a built version of the site + // default name for 11ty + '_site', // riskier, sometimes is a built version of the site but also can be just a dir of static assets // default name for gatsby 'public',