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