Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update og-image url #30

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<meta property="og:title" content="Dezh | Building the future of decentralized generation of WEB" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dezh.tech" />
<meta property="og:image" content="/public/openGraph-image.png" />
<meta property="og:image:secure_url" content="/public/openGraph-image.png">
<meta property="og:image" content="https://dezh.tech/openGraph-image.png" />
<meta property="og:image:secure_url" content="https://dezh.tech/openGraph-image.png">
<meta property="og:site_name" content="Dezh Technologies">
<meta property="og:image:height" content="2160">
<meta property="og:image:width" content="4116">
Expand All @@ -35,8 +35,8 @@
<meta property="twitter:title" content="Dezh | Building the future of decentralized generation of WEB" />
<meta property="twitter:description"
content="At Dezh Technologies, we are building tools, apps, services and infrastructure that make decentralized web happens." />
<meta property="twitter:image" content="/public/openGraph-image.png" />
<meta property="twitter:image:secure_url" content="/public/openGraph-image.png">
<meta property="twitter:image" content="https://dezh.tech/openGraph-image.png" />
<meta property="twitter:image:secure_url" content="https://dezh.tech/openGraph-image.png">
<meta property="twitter:site_name" content="Dezh Technologies">
<meta property="twitter:image:height" content="2160">
<meta property="twitter:image:width" content="4116">
Expand Down