We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c95d8 commit eb201e8Copy full SHA for eb201e8
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