feat (web): Turn into nextjs standalone output

This commit is contained in:
Thomas Camlong
2025-10-01 09:56:29 +02:00
parent b5c72677fc
commit 73e787e5b8
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ const nextConfig: NextConfig = {
images: {
unoptimized: true,
},
output: "export",
}
};
export default nextConfig