AFFiNE/next.config.js
2022-09-23 11:43:32 +08:00

8 lines
139 B
JavaScript

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