albert.lol/next.config.js
2022-10-22 23:43:17 +02:00

8 lines
165 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
poweredByHeader: false,
};
module.exports = nextConfig;