Skip to content

Commit

Permalink
fixed meta img
Browse files Browse the repository at this point in the history
  • Loading branch information
bethropolis committed Jun 10, 2023
1 parent 54cc79b commit bda1847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<meta property="og:title" content="Haze Editor — HTML, CSS, JS Code Editor">
<meta property="og:description"
content="Haze Editor is an HTML, CSS, and JS code editor with version management, integrated Todo app, plugins, and more.">
<meta property="og:image" content="/public/haze.png">
<meta property="og:image" content="/haze.png">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://haze-editor.vercel.app/">
<meta property="twitter:title" content="Haze Editor — HTML, CSS, JS Code Editor">
<meta property="twitter:description"
content="Haze Editor is an HTML, CSS, and JS code editor with version management, integrated Todo app, plugins, and more.">
<meta property="twitter:image" content="/public/haze.png">
<meta property="twitter:image" content="/haze.png">
<title>Haze Code Editor</title>
</head>

Expand Down

1 comment on commit bda1847

@vercel
Copy link

@vercel vercel bot commented on bda1847 Jun 10, 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:

haze-editor – ./

haze-editor-bethropolis.vercel.app
haze-editor-git-main-bethropolis.vercel.app
haze-editor.vercel.app

Please sign in to comment.