Merge pull request #74 from keshav-005/fix-39-turbopack-root

Set the Turbopack project root
This commit is contained in:
Ravi 2026-04-30 02:59:02 +05:30 committed by GitHub
commit a114b007e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
devIndicators: false,
turbopack: {
root: process.cwd(),
},
/* config options here */
images: {
remotePatterns: [