Skip to content

Commit e06c630

Browse files
committed
fix
1 parent e0fa1e9 commit e06c630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/next.config.ts

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

2929
outputFileTracingIncludes: {
30-
'/blocks/*': ['./registry/**/*'],
30+
'/api/registry/*': ['./src/registry/**/*'],
3131
},
3232

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

0 commit comments

Comments
 (0)