We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef085c commit 3fc56c1Copy full SHA for 3fc56c1
1 file changed
src/pages/photos/[slug].astro
@@ -49,9 +49,10 @@ try {
49
error = "Failed to load photo!";
50
}
51
---
52
-<Page title="{photoKey}" path={"~/photos/" + photoKey}>
+<Page title={photoKey!!} path={"~/photos/" + photoKey}>
53
<Fragment slot="metadata">
54
<meta property="og:image" content={photoUrl}>
55
+ <meta name="twitter:card" content={photoUrl}>
56
</Fragment>
57
58
{error ? (
0 commit comments