Skip to content

Commit

Permalink
feat: #20 OGPタグのテスト
Browse files Browse the repository at this point in the history
  • Loading branch information
Suke-H committed Feb 20, 2024
1 parent 5eb4889 commit 7f2da3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/maton.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WORDLE(demo) | kakutory</title>
<meta property="og:title" content="My Wordle Project" />
<meta property="og:description" content="New York Time社の「WORDLE」をもとに作成した勉強用サイトです" />
<meta property="og:url" content="https://kakutory.com/game_pages/MyWordleProject/"/>
<meta property="og:image" content="https://kakutory.com/game_pages/MyWordleProject/maton.png" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Kakutory" />
<title>My Wordle Project | kakutory</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/notes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Notes = () => {

<ul>
<li>
New York Times社の
このサイトは、New York Times社の
<a href="https://www.nytimes.com/games/wordle/index.html">WORDLE</a>
をもとに作成した勉強用サイトです
</li>
Expand Down

0 comments on commit 7f2da3d

Please sign in to comment.