Skip to content

Commit 8c4bead

Browse files
committed
hotfix: found turbopack issue from next git
1 parent c917d2c commit 8c4bead

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Website/next.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
const path = require('path')
2+
13
/** @type {import('next').NextConfig} */
24
const nextConfig = {
35
output: 'standalone',
6+
outputFileTracingRoot: __dirname,
7+
turbopack: {
8+
root: path.join(__dirname, '..'),
9+
},
410
}
511

612
module.exports = nextConfig

0 commit comments

Comments
 (0)