File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ export default function Document() {
66 return (
77 < Html lang = "en" >
88 < Head >
9+ < meta
10+ name = "description"
11+ content = "Collection of modern interview code challenges on JavaScript suitable for Interviewees | Interviewers | Knowledge test | Practice"
12+ />
913 < Script
1014 strategy = "afterInteractive"
1115 dangerouslySetInnerHTML = { {
Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ const config = {
22 head : (
33 < >
44 < link rel = "icon" type = "image/x-icon" href = "/favicon.ico" />
5+ < meta property = "og:title" content = "JavaScript Code Challenges" />
6+ < meta
7+ property = "og:description"
8+ content = "Collection of modern interview code challenges on JavaScript suitable for Interviewees | Interviewers | Knowledge test | Practice"
9+ />
10+ < meta
11+ property = "og:image"
12+ content = "https://jscodechallenges.vercel.app/hero.svg"
13+ />
514 </ >
615 ) ,
716 logo : < span > JavaScript Code Challenges</ span > ,
You can’t perform that action at this time.
0 commit comments