perf: 文案提示;删除账号

This commit is contained in:
Archer
2023-03-14 12:54:37 +08:00
parent 7f96c4ff9b
commit e12f97a73b
9 changed files with 26 additions and 26 deletions

View File

@@ -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;