Skip to content

Commit 4fb0b18

Browse files
authored
Update BaseLayout.astro
1 parent f8ceb69 commit 4fb0b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layouts/BaseLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const { title, description } = Astro.props;
1818
<meta name="generator" content={Astro.generator} />
1919

2020
<meta name="description" content={description} />
21-
<meta property="og:title" content={title} />
21+
<meta property="og:title" content={metaTitle} />
2222
<meta property="og:url" content={Astro.url} />
2323
<meta property="og:image" content={`${Astro.site}images/smartpay_meta_og_image.jpg`} />
2424

@@ -40,4 +40,4 @@ const { title, description } = Astro.props;
4040
</div>
4141
<script is:inline src={`${import.meta.env.BASE_URL}js/uswds.min.js`}></script>
4242
</body>
43-
</html>
43+
</html>

0 commit comments

Comments
 (0)