Reset, clean up and bump deps

This commit is contained in:
2024-11-22 22:08:54 +00:00
parent 1e975f56b6
commit 28cf5edc6a
7 changed files with 870 additions and 1096 deletions

View File

@@ -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));