Skip to content

Commit

Permalink
feat: add meta tags for Open Graph Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
huythai855 committed Aug 9, 2023
1 parent b4ee5fa commit 2af50aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file modified frontend/public/favicon.ico
Binary file not shown.
13 changes: 10 additions & 3 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,26 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />

<meta property="og:title" content="SciPlay">
<meta property="og:description" content="SciPlay - Science education platform for kids">
<meta property="og:image" content="https://raw.githubusercontent.com/nyvietnam/mjml/main/thumbnail.png">
<meta property="og:url" content="https://sciplay.vercel.app/">
<meta property="og:type" content="website">

<meta
name="description"
content="SciPlay - Science education platform for kids"
/>
<link rel="apple-touch-icon" href="logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down

1 comment on commit 2af50aa

@vercel
Copy link

@vercel vercel bot commented on 2af50aa Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sciplay – ./frontend

sciplay.vercel.app
sciplay-git-master-huythai855.vercel.app
sciplay-huythai855.vercel.app

Please sign in to comment.