Skip to content

Commit a53e74a

Browse files
Merge pull request #77 from hello-world-1989/main
remove image
2 parents e46f4cd + 83cde64 commit a53e74a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/temp/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,9 @@ <h1>
758758
</div>
759759
<div class="px-4 pb-5 sm:p-6 sm:pt-0">
760760
<p>
761-
${item.content}
761+
${item?.content
762+
?.replace(/https:\/\/pbs\.twimg\.com\/\S+/g, '')
763+
?.trim()}
762764
</p>
763765
</div>
764766
<ul

0 commit comments

Comments
 (0)