package updates, minor bug fixes, stack items, background animation fixes
This commit is contained in:
@@ -6,9 +6,10 @@ import "./src/env.js";
|
||||
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {
|
||||
typescript: {
|
||||
ignoreBuildErrors: true
|
||||
}
|
||||
transpilePackages: ["next-mdx-remote"],
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user