From 95879695ef15214b91411c470d3e3e2c1bfafa0d Mon Sep 17 00:00:00 2001 From: skidoodle Date: Sat, 25 Jan 2025 02:13:09 +0100 Subject: [PATCH] Update next.config.ts Signed-off-by: skidoodle --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 6dc54ee..6b3af7e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -62,6 +62,7 @@ const nextConfig: NextConfig = { }, reactStrictMode: true, output: "standalone", + poweredByHeader: false, }; export default nextConfig;