We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ceb69 commit 4fb0b18Copy full SHA for 4fb0b18
src/layouts/BaseLayout.astro
@@ -18,7 +18,7 @@ const { title, description } = Astro.props;
18
<meta name="generator" content={Astro.generator} />
19
20
<meta name="description" content={description} />
21
- <meta property="og:title" content={title} />
+ <meta property="og:title" content={metaTitle} />
22
<meta property="og:url" content={Astro.url} />
23
<meta property="og:image" content={`${Astro.site}images/smartpay_meta_og_image.jpg`} />
24
@@ -40,4 +40,4 @@ const { title, description } = Astro.props;
40
</div>
41
<script is:inline src={`${import.meta.env.BASE_URL}js/uswds.min.js`}></script>
42
</body>
43
-</html>
+</html>
0 commit comments