diff --git a/test/e2e/app-dir/app/next.config.js b/test/e2e/app-dir/app/next.config.js index 2abdf182752e..085fe6d416a6 100644 --- a/test/e2e/app-dir/app/next.config.js +++ b/test/e2e/app-dir/app/next.config.js @@ -5,7 +5,8 @@ module.exports = { algorithm: 'sha256', }, }, - output: 'standalone', + // TODO: (wyattjoh) enable once we've resolved issues with app directory and standalone output mode + // output: 'standalone', rewrites: async () => { return { afterFiles: [