Skip to content

Commit

Permalink
fix(open-graph): correct image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 29, 2024
1 parent 5d41a71 commit fd60fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OgImage/Default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
width="436"
height="630"
/>
<div
<span
style="
display: flex;
flex-direction: column;
Expand All @@ -33,7 +33,7 @@
>
{{ description }}
</div>
</div>
</span>
</div>
</template>

Expand Down

0 comments on commit fd60fb0

Please sign in to comment.