Skip to content

Commit

Permalink
fix defaultJson
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Jan 23, 2025
1 parent 34a982c commit 5cf1d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/useFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cf1d1e

Please sign in to comment.