Skip to content

Commit 3fc56c1

Browse files
committed
fix photos embed to be larger
1 parent 4ef085c commit 3fc56c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/pages/photos/[slug].astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ try {
4949
error = "Failed to load photo!";
5050
}
5151
---
52-
<Page title="{photoKey}" path={"~/photos/" + photoKey}>
52+
<Page title={photoKey!!} path={"~/photos/" + photoKey}>
5353
<Fragment slot="metadata">
5454
<meta property="og:image" content={photoUrl}>
55+
<meta name="twitter:card" content={photoUrl}>
5556
</Fragment>
5657

5758
{error ? (

0 commit comments

Comments
 (0)