We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6417c commit 60a8e9bCopy full SHA for 60a8e9b
4 files changed
docs/next.config.ts
@@ -2,7 +2,7 @@ import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
turbopack:{
5
- root: "/docs"
+ // root: "/docs"
6
}
7
};
8
0 commit comments