/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, swcMinify: true, images: { domains: ["static.wixstatic.com"], }, }; module.exports = nextConfig;