From 7d34807edb88a5e533559bce5529cf455a36ffc0 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Tue, 13 May 2025 11:34:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BE=E7=89=87oss?= =?UTF-8?q?=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tone-page-web/next.config.ts | 3 +++ 1 file changed, 3 insertions(+) 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;