Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 19, 2024
1 parent 40d20d9 commit 6a9a6f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/www/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const nextConfig = async (phase: string) => {

outputFileTracingIncludes: {
'/api/registry/*': ['./src/registry/**/*'],
'/blocks/slate-to-html': ['./public/*.css'],
'/docs/*': ['./src/registry/**/*'],
'/docs/examples/slate-to-html': ['./public/*.css'],
},

// Configure domains to allow for optimized image loading.
Expand Down

0 comments on commit 6a9a6f6

Please sign in to comment.