Skip to content

Commit f0db7d6

Browse files
committed
fix loading issue
1 parent bb2cceb commit f0db7d6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

next.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ const isDev = process.env.NODE_ENV !== 'production'
99
const basePath = isDev ? '' : '/docs'
1010

1111
module.exports = withNextra({
12+
transpilePackages: [
13+
'@copilotkitnext/react',
14+
'@copilotkit/react-core',
15+
'streamdown',
16+
],
1217
output: 'export',
1318
images: {
1419
unoptimized: true,

0 commit comments

Comments
 (0)