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