Skip to content

Commit

Permalink
chore(website): add ark ui to optimize packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 3, 2024
1 parent 3803f2a commit 0e3eadf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
optimizePackageImports: ['@ark-ui/react'],
},
transpilePackages: ['shiki'],
outputFileTracingIncludes: {
'/*': ['../components/**/*', '../packages/panda/src/theme/recipes/**/*'],
Expand Down

0 comments on commit 0e3eadf

Please sign in to comment.