From 9776cb5471bb17355323adef634f3fecadc6dfcd Mon Sep 17 00:00:00 2001 From: sijinhui Date: Wed, 7 Aug 2024 23:45:01 +0800 Subject: [PATCH] merge --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 53636e75b..25c87bdb5 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -74,6 +74,7 @@ const nextConfig = { unoptimized: mode === "export", // domains: ["cos.xiaosi.cc"], remotePatterns: [ + { hostname: "localhost" }, { hostname: "**.xiaosi.cc" }, { hostname: "public.blob.vercel-storage.com" }, { hostname: "res.cloudinary.com" },