chore(next): Remove x-powered-by header (#7347)

Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
This commit is contained in:
Prowler Bot
2025-03-24 11:59:50 +01:00
committed by GitHub
parent d23edfa337
commit 95acb7b0c8
+1
View File
@@ -1,4 +1,5 @@
/** @type {import('next').NextConfig} */
module.exports = {
poweredByHeader: false,
output: "standalone",
};