Skip to content

Commit

Permalink
fix : replace seo meta tag component implementation to a simple main …
Browse files Browse the repository at this point in the history
…dom implementation
  • Loading branch information
SamTheKorean committed Jul 15, 2024
1 parent 43225e2 commit 4ff253c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
31 changes: 0 additions & 31 deletions components/seo-meta-tag/seo-meta-tag.js

This file was deleted.

7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>placeholder title</title>
<seo-meta-tag
title="Dale Study Group Website"
description="This is a Dale Study Group Website"
></seo-meta-tag>
<title>Dale Study Group Website</title>
<meta name="description" content="This is a Dale Study Group Website" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="icon" type="image/x-icon" href="/images/favicon.ico" />
Expand Down

0 comments on commit 4ff253c

Please sign in to comment.