Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Front-End-Coders-Mauritius/frontend…
Browse files Browse the repository at this point in the history
…mu-astro
  • Loading branch information
MrSunshyne committed Dec 6, 2023
2 parents e57f12b + 75f7c4a commit 0a9b611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/layouts/LayoutHome.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ import Backdrop from "./Backdrop.astro";
const {
title = "Front-End Coders Mauritius",
description = "A community around front-end development based in Mauritius. We also organise monthly meetups free for anyone interested to attend.",
pageType = "page",
} = Astro.props;
---

<html lang="en">
<head>
<BaseHead title={title} description={description} />
<OgImage pageType="page" title={title} />
<OgImage pageType={pageType} title={title} />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import speakers from "@data/speakers-raw.json";
import contributors from "@data/contributors.json";
---

<LayoutHome>
<LayoutHome pageType="home">
<HomeHero />

<HomeFeaturedSpeakers />
Expand Down

1 comment on commit 0a9b611

@vercel
Copy link

@vercel vercel bot commented on 0a9b611 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.