Skip to content

Commit eb201e8

Browse files
committed
🐛 FIX: Next config
1 parent f2c95d8 commit eb201e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/baseai.dev/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const nextConfig = {
77
images: {
88
domains: ['raw.githubusercontent.com/']
99
},
10+
transpilePackages: ['next-mdx-remote'],
1011
async redirects() {
1112
return [];
1213
}

0 commit comments

Comments
 (0)