From 035075e0a6cdd495cfe4e6068b256d495635b181 Mon Sep 17 00:00:00 2001 From: kfd Date: Mon, 19 Aug 2024 14:47:56 +0800 Subject: [PATCH] fix: default img source --- src/global.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.ts b/src/global.ts index 7647cb8..290219e 100644 --- a/src/global.ts +++ b/src/global.ts @@ -1 +1 @@ -export const DEFAULT_IMG = `https://dogefs.s3.ladydaily.com/~/source/unsplash/photo-1459749411175-04bf5292ceea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=320&h=320&q=80` \ No newline at end of file +export const DEFAULT_IMG = `https://images.unsplash.com/photo-1459749411175-04bf5292ceea?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=320&h=320&q=80` \ No newline at end of file