mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
perf: 文案提示;删除账号
This commit is contained in:
@@ -6,17 +6,7 @@ const isDev = process.env.NODE_ENV === 'development';
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
reactStrictMode: false,
|
||||
compress: true,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'docgpt-1301319986.cos.ap-shanghai.myqcloud.com',
|
||||
port: '',
|
||||
pathname: '/**'
|
||||
}
|
||||
]
|
||||
}
|
||||
compress: true
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
Reference in New Issue
Block a user