Skip to content

Commit a4e93a7

Browse files
committed
chore: update next config
1 parent e032483 commit a4e93a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ const withMDX = require('@next/mdx')({
1616
],
1717
rehypePlugins: [],
1818
},
19+
typescript: {
20+
ignoreBuildErrors: true,
21+
},
1922
})
2023

2124
module.exports = withTM(

0 commit comments

Comments
 (0)