mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-14 08:13:43 +08:00
feat: Add outputFileTracingRoot and turbopack root configurations to next.config.ts.
This commit is contained in:
@@ -11,6 +11,10 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
|
||||
output: 'standalone',
|
||||
outputFileTracingRoot: __dirname,
|
||||
turbopack: {
|
||||
root: __dirname,
|
||||
},
|
||||
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
||||
Reference in New Issue
Block a user