Skip to content

Commit 5cf1d1e

Browse files
committed
fix defaultJson
1 parent 34a982c commit 5cf1d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/useFile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const defaultJson = JSON.stringify(
5050
twitter: "https://x.com/jsoncrack",
5151
linkedin: "https://www.linkedin.com/company/todiagram",
5252
},
53-
images: ["http://localhost:3000/assets/logo.svg"],
53+
images: ["https://jsoncrack.com/assets/logo.svg"],
5454
},
5555
null,
5656
2

0 commit comments

Comments
 (0)