mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
perf: model data code
This commit is contained in:
@@ -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([
|
||||
|
Reference in New Issue
Block a user