Skip to content

Commit cfb162d

Browse files
committed
chore: add transpilePackages to next.config.mjs
1 parent 0147ff8 commit cfb162d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/site/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const nextConfig = {
1515
reactStrictMode: true,
1616
distDir: '.next',
1717
images: { unoptimized: true },
18+
transpilePackages: ['@objectdocs/site'],
1819
};
1920

2021
export default withMDX(nextConfig);

0 commit comments

Comments
 (0)