Reset, clean up and bump deps
This commit is contained in:
@@ -19,13 +19,6 @@ const nextConfig = {
|
||||
},
|
||||
],
|
||||
},
|
||||
typescript: {
|
||||
// !! WARN !!
|
||||
// Dangerously allow production builds to successfully complete even if
|
||||
// your project has type errors.
|
||||
// !! WARN !!
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
};
|
||||
|
||||
const millionConfig = {
|
||||
@@ -37,5 +30,4 @@ const withMDX = createMDX({
|
||||
// Add markdown plugins here, as desired
|
||||
});
|
||||
|
||||
// export default withMDX(million.next(nextConfig, millionConfig));
|
||||
export default withMDX(nextConfig);
|
||||
export default withMDX(million.next(nextConfig, millionConfig));
|
||||
|
||||
Reference in New Issue
Block a user