Skip to content

Commit 9ef3a9d

Browse files
committed
fix
1 parent e06c630 commit 9ef3a9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/www/next.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const nextConfig = async (phase: string) => {
2828

2929
outputFileTracingIncludes: {
3030
'/api/registry/*': ['./src/registry/**/*'],
31+
'/docs/*': ['./src/registry/**/*'],
3132
},
3233

3334
// Configure domains to allow for optimized image loading.

0 commit comments

Comments
 (0)