We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e06c630 commit 9ef3a9dCopy full SHA for 9ef3a9d
apps/www/next.config.ts
@@ -28,6 +28,7 @@ const nextConfig = async (phase: string) => {
28
29
outputFileTracingIncludes: {
30
'/api/registry/*': ['./src/registry/**/*'],
31
+ '/docs/*': ['./src/registry/**/*'],
32
},
33
34
// Configure domains to allow for optimized image loading.
0 commit comments