diff --git a/tone-page-web/next.config.ts b/tone-page-web/next.config.ts index 5c971d2..9307618 100644 --- a/tone-page-web/next.config.ts +++ b/tone-page-web/next.config.ts @@ -14,6 +14,9 @@ const nextConfig: NextConfig = { } ] }, + images: { + remotePatterns: [new URL('https://tone-personal.oss-cn-chengdu.aliyuncs.com/**')] + } }; export default nextConfig;