Skip to content

Commit 19e6113

Browse files
committed
add distDir back to config
1 parent fb54a51 commit 19e6113

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/nextjs/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const __filename = fileURLToPath(import.meta.url)
66
const __dirname = path.dirname(__filename)
77

88
const nextConfig = {
9+
distDir: 'build',
910
turbopack: {
1011
root: __dirname,
1112
},

0 commit comments

Comments
 (0)