We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0147ff8 commit cfb162dCopy full SHA for cfb162d
1 file changed
packages/site/next.config.mjs
@@ -15,6 +15,7 @@ const nextConfig = {
15
reactStrictMode: true,
16
distDir: '.next',
17
images: { unoptimized: true },
18
+ transpilePackages: ['@objectdocs/site'],
19
};
20
21
export default withMDX(nextConfig);
0 commit comments