Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amay077 committed May 11, 2024
1 parent 209c6d9 commit fb8c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MainContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
if (uri == null) return undefined;
// fetchで画像データを取得
const res = await fetch('/swarm_ogp_image.png');
const res = await fetch('swarm_ogp_image.png');
const buffer = await res.arrayBuffer();
const ogInfo = {
Expand Down

0 comments on commit fb8c189

Please sign in to comment.