Skip to content

Commit

Permalink
add open graph and enforce it
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Sep 4, 2024
1 parent 8187dd5 commit e4aa40a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ module.exports = {
'@html-eslint/require-button-type': 'error',
'@html-eslint/no-obsolete-tags': 'error',
'@html-eslint/no-duplicate-id': 'error',
'@html-eslint/no-positive-tabindex': 'error'
'@html-eslint/no-positive-tabindex': 'error',
'@html-eslint/require-open-graph-protocol': 'error'
}
}
],
Expand Down
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Phaser 3 Game</title>
<meta content="achievibit profile platformer test" property="og:title">
<meta content="./public/screenshot.png" property="og:image">
<meta content="https://kibibit.io/phaser-seed" property="og:url">
<meta content="website" property="og:type">
<meta content="testing achievibit platformer in cover photo on profile feature" property="og:description">
<meta content="achievibit, phaser, platformer, test, kibibit" property="og:keywords">
<title>Profile Platformer Test</title>
<base href=".">
<!-- add css from css/style.css -->
<link href="css/style.css" rel="stylesheet">
</head>

<body>
Expand Down
Binary file added public/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4aa40a

Please sign in to comment.