Skip to content

Commit

Permalink
provide serverComponentsExternalPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 15, 2023
1 parent 92ab409 commit e35ab1e
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
Expand Up @@ -14,6 +14,9 @@ const nextConfig = {
env: {
BASE_URL: getBaseUrl(),
},
experimental: {
serverComponentsExternalPackages: ['shiki'],
},
trailingSlash: false,
reactStrictMode: true,
swcMinify: true,
Expand Down

0 comments on commit e35ab1e

Please sign in to comment.