Set the Turbopack project root
This commit is contained in:
parent
fe59884827
commit
723aed4c9d
|
|
@ -2,6 +2,9 @@ import type { NextConfig } from "next";
|
|||
|
||||
const nextConfig: NextConfig = {
|
||||
devIndicators: false,
|
||||
turbopack: {
|
||||
root: process.cwd(),
|
||||
},
|
||||
/* config options here */
|
||||
images: {
|
||||
remotePatterns: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue