Skip to content

Commit

Permalink
fix: changed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
woaitsAryan committed Jan 19, 2024
1 parent 77d083a commit f3a9f94
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 5,30 @@ class MyDocument extends Document {
return (
<Html>
<Head>
<meta name="title" content="CSI - Core Committee Selections" />
<meta name="title" content="CSI - Core Committee Interactions" />
<meta
name="description"
content="Computer Society of India-VIT brings together some of the best designers, developers, and tech enthusiasts who collaborate and organize various events, workshops and hackathons every year with the motivation of pushing technology forward and fostering a community of tech enthusiasts."
/>

<meta property="og:site_name" content="ccs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ccs.csivit.com/" />
<meta property="og:title" content="CSI - Core Committee Selections" />
<meta property="og:url" content="https://interact.csivit.com/" />
<meta property="og:title" content="CSI - Core Committee Interactions" />
<meta
property="og:description"
content="Computer Society of India-VIT brings together some of the best designers, developers, and tech enthusiasts who collaborate and organize various events, workshops and hackathons every year with the motivation of pushing technology forward and fostering a community of tech enthusiasts."
/>
<meta property="og:image" itemProp="image" content="https://ccs.csivit.com/ccs_banner.png" />
<meta property="og:image" itemProp="image" content="https://interact.csivit.com/ccs_banner.png" />

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://ccs.csivit.com/" />
<meta property="twitter:title" content="CSI - Core Committee Selections" />
<meta property="twitter:url" content="https://interact.csivit.com/" />
<meta property="twitter:title" content="CSI - Core Committee Interactions" />
<meta
property="twitter:description"
content="Computer Society of India-VIT brings together some of the best designers, developers, and tech enthusiasts who collaborate and organize various events, workshops and hackathons every year with the motivation of pushing technology forward and fostering a community of tech enthusiasts."
/>
<meta property="twitter:image" content="https://ccs.csivit.com/ccs_banner.png" />
<meta property="twitter:image" content="https://interact.csivit.com/ccs_banner.png" />

<meta name="keywords" content="ccs" />
<link
Expand Down

0 comments on commit f3a9f94

Please sign in to comment.