We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cc6de5 commit 69739cfCopy full SHA for 69739cf
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