This commit is contained in:
notmd
2023-02-01 17:22:44 +07:00
parent bc8d352bf4
commit 1e2948743d
5 changed files with 8 additions and 66 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const { i18n } = require("./next-i18next.config");
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
@@ -19,6 +19,9 @@ const nextConfig = {
// scrollRestoration: true,
},
i18n,
eslint: {
ignoreDuringBuilds: true,
},
};
module.exports = nextConfig;