This commit is contained in:
n4ze3m 2023-04-10 20:35:24 +05:30
parent 89f17d8c1d
commit 6fd1b1419a

View File

@ -7,6 +7,10 @@
/** @type {import("next").NextConfig} */
const config = {
reactStrictMode: true,
swcMinify: true,
typescript: {
ignoreBuildErrors: true,
},
/**
* If you have the "experimental: { appDir: true }" setting enabled, then you
* must comment the below `i18n` config out.