Update next.config.ts

Signed-off-by: skidoodle <contact@albert.lol>
This commit is contained in:
skidoodle 2025-01-25 02:13:09 +01:00 committed by GitHub
parent 304342d4da
commit 95879695ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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