bliss/web/next.config.js

9 lines
159 B
JavaScript

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