Files
AFFiNE-Mirror/packages/app/next.config.js
2022-10-14 13:26:06 +08:00

8 lines
140 B
JavaScript

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