Files
testfirma-gmbh-2026-02-25-v1/next.config.js
2026-01-28 18:34:47 +01:00

12 lines
224 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
poweredByHeader: false,
compress: true,
images: {
formats: ['image/avif', 'image/webp'],
},
};
module.exports = nextConfig;