-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18cb0ba
commit e9432d3
Showing
3 changed files
with
50 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
import Head from "next/head"; | ||
import React from "react"; | ||
|
||
export const SEO = () => { | ||
return ( | ||
<Head> | ||
<meta content="IE=edge" httpEquiv="X-UA-Compatible" /> | ||
<meta content="width=device-width, initial-scale=1" name="viewport" /> | ||
<title>Hunger Game</title> | ||
<meta name="title" content="Hunger Game" /> | ||
<meta | ||
name="description" | ||
content="Join the Hunger Game fun with four players and a random portal location. Collect points while racing to find the portal before your opponents. Just watch out for explosions!" | ||
/> | ||
|
||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://the-hunger-game.vercel.app/" /> | ||
<meta property="og:title" content="Hunger Game" /> | ||
<meta | ||
property="og:description" | ||
content="Join the Hunger Game fun with four players and a random portal location. Collect points while racing to find the portal before your opponents. Just watch out for explosions!" | ||
/> | ||
<meta | ||
property="og:image" | ||
content={`https://the-hunger-game.vercel.app/thumbnail.png`} | ||
/> | ||
|
||
<meta property="twitter:card" content="summary_large_image" /> | ||
<meta | ||
property="twitter:url" | ||
content="https://the-hunger-game.vercel.app/" | ||
/> | ||
<meta property="twitter:title" content="Hunger Game" /> | ||
<meta | ||
property="twitter:description" | ||
content="Join the Hunger Game fun with four players and a random portal location. Collect points while racing to find the portal before your opponents. Just watch out for explosions!" | ||
/> | ||
<meta | ||
property="twitter:image" | ||
content={`https://the-hunger-game.vercel.app/thumbnail.png`} | ||
/> | ||
<link | ||
rel="icon" | ||
href={`https://the-hunger-game.vercel.app/favicon.ico`} | ||
/> | ||
</Head> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
e9432d3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
hunger-game – ./
the-hunger-game.vercel.app
hunger-game-git-master-podso.vercel.app
hunger-game-podso.vercel.app