Skip to content

Commit

Permalink
Added og-image meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
mansisindhu committed Dec 22, 2021
1 parent 7fa2326 commit 190cc5f
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 58 deletions.
18 changes: 18 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,25 @@
<link rel="icon"
href="https://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Epic_Games_logo.svg/882px-Epic_Games_logo.svg.png">
<link rel="stylesheet" href="/slider.css">
<!-- Primary Meta Tags -->
<title>Epic Games</title>
<meta name="title" content="Epic Games">
<meta name="description" content="A gaming platform where users can buy and get different kinds of games.">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://epic-games-clone.vercel.app/">
<meta property="og:title" content="Epic Games">
<meta property="og:description" content="A gaming platform where users can buy and get different kinds of games.">
<meta property="og:image" content="https://epic-games-clone.vercel.app/og-image.png">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://epic-games-clone.vercel.app/">
<meta property="twitter:title" content="Epic Games">
<meta property="twitter:description"
content="A gaming platform where users can buy and get different kinds of games.">
<meta property="twitter:image" content="https://epic-games-clone.vercel.app/og-image.png">
</head>

<body>
Expand Down
Binary file added public/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 0 additions & 42 deletions src/components/GamePageComponents/Accordion/Accordion.jsx

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/GamePageComponents/Accordion/accordion.module.css

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/GamePageComponents/Accordion/index.js

This file was deleted.

1 comment on commit 190cc5f

@vercel
Copy link

@vercel vercel bot commented on 190cc5f Dec 22, 2021

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.