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 6a9a6f6 commit 4f17736
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/www/next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ const nextConfig = async (phase: string) => {

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

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

0 comments on commit 4f17736

Please sign in to comment.