Updated the next config

This commit is contained in:
Tiago Ribeiro
2023-10-09 17:19:11 +01:00
parent 86b6c26094
commit e28f0c1a5a

View File

@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = {} const nextConfig = {
reactStrictMode: true,
output: "standalone",
};
module.exports = nextConfig module.exports = nextConfig;