We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00308c4 commit 0fc0a43Copy full SHA for 0fc0a43
apps/baseai.dev/next.config.mjs
@@ -7,6 +7,7 @@ const nextConfig = {
7
images: {
8
domains: ['raw.githubusercontent.com/']
9
},
10
+ transpilePackages: ['next-mdx-remote'],
11
async redirects() {
12
return [];
13
}
0 commit comments