Skip to content

Commit af10a3a

Browse files
committed
Add Intercom to the rest of the pages
1 parent b59ef08 commit af10a3a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/layouts/BlogPost.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const ogImage = await getImage({ src: heroImage, format: "jpg", height: 200 });
1717
description={description}
1818
current="/blog"
1919
ogImage={ogImage}
20+
withIntercom
2021
>
2122
<main>
2223
<div class="row">

src/pages/blog/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const posts = (await getCollection("blog")).sort(
99
);
1010
---
1111

12-
<BaseLayout current="/blog" title="Blog index - Jesus Cano">
12+
<BaseLayout current="/blog" title="Blog index - Jesus Cano" withIntercom>
1313
<main>
1414
<div class="row">
1515
<ul>

0 commit comments

Comments
 (0)