We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dbacd commit 08b3d8bCopy full SHA for 08b3d8b
next.config.ts
@@ -9,17 +9,17 @@ const outputFileTracingExcludes = process.env.NEXT_PUBLIC_DEVELOPER_DOCS
9
'**/*.map',
10
'./.git/**/*',
11
'./apps/**/*',
12
- './next/cache/mdx-bundler/**/*',
13
- './next/cache/md-exports/**/*',
+ './.next/cache/mdx-bundler/**/*',
+ './.next/cache/md-exports/**/*',
14
'docs/**/*',
15
],
16
}
17
: {
18
'/**/*': [
19
20
21
22
23
24
'develop-docs/**/*',
25
'node_modules/@esbuild/*',
0 commit comments