Use proxy, force resize
This commit is contained in:
parent
c2dc19d12e
commit
a25e18b703
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const GhostPost = await GhostPostResponse.json();
|
|||
<img
|
||||
width="100%"
|
||||
class="blog-banner"
|
||||
src={post.custom_excerpt}
|
||||
src={'https://image.proxy.sudovanilla.org/1200,fit/' + post.custom_excerpt}
|
||||
/>
|
||||
<h1>{post.title}</h1>
|
||||
<p id="date">
|
||||
|
|
Loading…
Reference in a new issue