This commit is contained in:
n4ze3m 2023-04-10 20:32:36 +05:30
parent 1257437ef0
commit 89f17d8c1d

View File

@ -3,14 +3,10 @@
* This is especially useful for Docker builds.
*/
!process.env.SKIP_ENV_VALIDATION && (await import("./src/env.mjs"));
/** @type {import("next").NextConfig} */
const config = {
reactStrictMode: true,
eslint: {
ignoreDuringBuilds: true,
},
/**
* If you have the "experimental: { appDir: true }" setting enabled, then you
* must comment the below `i18n` config out.