From 74c9069ba1e17104f75fa419403a69bc555d1686 Mon Sep 17 00:00:00 2001 From: Neko Date: Mon, 25 Apr 2022 20:29:12 +0800 Subject: [PATCH] --amend --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index da86e63..9518677 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,7 @@ const nextConfig = { reactStrictMode: true, images: { - domains: ['rmt.dogedoge.com'], + domains: ['rmt.dogedoge.com', 'images.unsplash.com'], }, };