perf: model data code

This commit is contained in:
archer
2023-04-24 09:50:56 +08:00
parent e0b1a78344
commit 29c95d24ae
6 changed files with 67 additions and 110 deletions

View File

@@ -1,11 +1,8 @@
/** @type {import('next').NextConfig} */
const path = require('path');
const isDev = process.env.NODE_ENV === 'development';
const nextConfig = {
output: 'standalone',
reactStrictMode: false,
reactStrictMode: true,
compress: true,
webpack(config) {
config.module.rules = config.module.rules.concat([