Skip to content

Commit cc6417c

Browse files
committed
wip
1 parent 04449f1 commit cc6417c

2 files changed

Lines changed: 123 additions & 1 deletion

File tree

docs/next.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
/* config options here */
4+
turbopack:{
5+
root: "/docs"
6+
}
57
};
68

79
export default nextConfig;

docs/package-lock.json

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)