Update next.config.ts

Signed-off-by: skidoodle <contact@albert.lol>
This commit is contained in:
2025-01-25 02:13:09 +01:00
committed by GitHub
parent 304342d4da
commit 95879695ef

View File

@@ -62,6 +62,7 @@ const nextConfig: NextConfig = {
},
reactStrictMode: true,
output: "standalone",
poweredByHeader: false,
};
export default nextConfig;