Skip to content

Commit

Permalink
fix: move meta description from _document to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
destyk committed May 14, 2024
1 parent 6f5d269 commit 9e681b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ const Document = () => {
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#08070b" />
<meta
name="description"
content="DestyK i.e. Nikita Arefev - A software engineer working on high-load web applications and web infrastructure"
/>
<meta name="keywords" content="Ключевые слова" />
<meta name="author" content="destyk." />

<link rel="icon" href="/favicon.ico" />
Expand Down
4 changes: 4 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const HomePage = () => {
<>
<Head>
<title>Home</title>
<meta
name="description"
content="DestyK i.e. Nikita Arefev - A software engineer working on high-load web applications and web infrastructure"
/>
</Head>
<motion.main
className={clsx(styles['home'], 'mt-auto', 'text-center')}
Expand Down

0 comments on commit 9e681b2

Please sign in to comment.