Files
nextjs-shopify-pdp/next.config.mjs
2026-04-19 11:17:41 -04:00

8 lines
137 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
};
export default nextConfig;