Skip to content

Commit

Permalink
added meta tags for social media post sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
uxdxdev committed Jan 1, 2024
1 parent 27aeb45 commit d44a49f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta property='og:title' content='Coding Practice • Spaced repetition applied to leetcode problems'/>
<meta property='og:image' content='https://raw.githubusercontent.com/uxdxdev/codingpractice/main/src/assets/coding-practice.PNG'/>
<meta property='og:description' content='Using spaced repitition this app provides a link to a coding challenge that you need to practice. Coding challenges are taken from the Grind75 list of leetcode problems.'/>
<meta property='og:url' content='https://uxdx.dev/codingpractice/'/>
<title>Coding Practice</title>
</head>
<body>
Expand Down
Binary file modified src/assets/coding-practice.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/google-cloud-credentials-example.png
Binary file not shown.

0 comments on commit d44a49f

Please sign in to comment.