feat(config): add new image hosting configuration for picui

This commit is contained in:
2026-06-23 18:58:40 +08:00
parent 25b786bcad
commit 6c25a24440
2 changed files with 5 additions and 5 deletions
+4
View File
@@ -32,6 +32,10 @@ const nextConfig: NextConfig = {
hostname: "**.supabase.co",
pathname: "/storage/v1/object/public/**",
},
{
protocol: "https",
hostname: "free.picui.cn",
},
],
},
};