chore: 优化前端构建方式
This commit is contained in:
@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: 'standalone',
|
||||
reactStrictMode: true,
|
||||
devIndicators: {
|
||||
position: 'bottom-right',
|
||||
@@ -16,7 +17,7 @@ const nextConfig: NextConfig = {
|
||||
},
|
||||
images: {
|
||||
remotePatterns: [new URL('https://tone-personal.oss-cn-chengdu.aliyuncs.com/**')]
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user