Skip to content

Commit 07d52ce

Browse files
authored
Changed output mode on app directory test application (vercel#43607)
1 parent 2906b51 commit 07d52ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/app-dir/app/next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
algorithm: 'sha256',
66
},
77
},
8-
output: 'standalone',
8+
// TODO: (wyattjoh) enable once we've resolved issues with app directory and standalone output mode
9+
// output: 'standalone',
910
rewrites: async () => {
1011
return {
1112
afterFiles: [

0 commit comments

Comments
 (0)