We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c917d2c commit 8c4beadCopy full SHA for 8c4bead
1 file changed
Website/next.config.ts
@@ -1,6 +1,12 @@
1
+const path = require('path')
2
+
3
/** @type {import('next').NextConfig} */
4
const nextConfig = {
5
output: 'standalone',
6
+ outputFileTracingRoot: __dirname,
7
+ turbopack: {
8
+ root: path.join(__dirname, '..'),
9
+ },
10
}
11
12
module.exports = nextConfig
0 commit comments