Updated the next.config.js

This commit is contained in:
Tiago Ribeiro
2023-07-21 10:43:15 +01:00
parent 86c69e5993
commit fea788bdc4

View File

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