Skip to content

Commit

Permalink
Merge pull request #56 from sliitsesc/develop
Browse files Browse the repository at this point in the history
fix: update og image url
  • Loading branch information
pawan-live authored Sep 17, 2024
2 parents 5221816 + 0924668 commit d43ce5b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/routes/home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,23 @@ export default function Home() {
<>
{/* SEO */}
<Helmet>
<title>Home</title>
<title>SLIITXtreme 3.0 - The Programming Hackathon</title>
<meta
name="description"
content="SLIITXtreme 2024 hosted by the IEEE Student Chapter of
SLIIT in collaboration with the Software Engineering Student Community of SLIIT"
/>
<link rel="canonical" href="/" />
<meta property="og:title" content="SLIITXtreme 3.0 - 2024" />
<meta
property="og:title"
content="SLIITXtreme 3.0 - The Programming Hackathon"
/>
<meta property="og:url" content="https://sliitxtreme.ieeesliit.com" />
<meta property="og:description" content="SLIITXtreme 3.0 - 2024" />
<meta property="og:image" content="/images/OG_Image.png" />
<meta
property="og:image"
content="https://sliitxtreme.ieeesliit.com/images/OG_Image.png"
/>
</Helmet>

<Hero />
Expand Down

0 comments on commit d43ce5b

Please sign in to comment.