UNPKG

react-email

Version:

A live preview of your emails right in your browser.

7 lines (5 loc) 112 B
/** @type {import('next').NextConfig} */ const nextConfig = { compress: false, }; export default nextConfig;