From 5cf1d1ec0666ef3af154715320b7e0dabd1f176e Mon Sep 17 00:00:00 2001 From: AykutSarac Date: Thu, 23 Jan 2025 11:56:33 +0300 Subject: [PATCH] fix defaultJson --- src/store/useFile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/useFile.ts b/src/store/useFile.ts index a64cc60f973..d988ef966eb 100644 --- a/src/store/useFile.ts +++ b/src/store/useFile.ts @@ -50,7 +50,7 @@ const defaultJson = JSON.stringify( twitter: "https://x.com/jsoncrack", linkedin: "https://www.linkedin.com/company/todiagram", }, - images: ["http://localhost:3000/assets/logo.svg"], + images: ["https://jsoncrack.com/assets/logo.svg"], }, null, 2