添加图片oss域

This commit is contained in:
2025-05-13 11:34:37 +08:00
parent 0489c803f0
commit 7d34807edb

View File

@@ -14,6 +14,9 @@ const nextConfig: NextConfig = {
} }
] ]
}, },
images: {
remotePatterns: [new URL('https://tone-personal.oss-cn-chengdu.aliyuncs.com/**')]
}
}; };
export default nextConfig; export default nextConfig;