chore(env): update application version to 2.0.1 and enhance output file tracing in Next.js configuration

This commit is contained in:
AmirReza Jamali
2026-04-28 09:33:44 +03:30
parent f4b81c7b3b
commit bcea73051b
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,6 +1,9 @@
/** @type {import("next").NextConfig} */
const nextConfig = {
output: "standalone",
outputFileTracingIncludes: {
"/*": ["./.next/static/**/*", "./public/**/*"],
},
images: {
remotePatterns: [
{
@@ -34,5 +37,4 @@ const nextConfig = {
];
},
};
export default nextConfig;