Skip to content

Commit

Permalink
updated og-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Podporinov authored and Yehor Podporinov committed Sep 16, 2023
1 parent 4756e77 commit b4bc4d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/ProjectsInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const cards = [
{
title: t('projects-info.solidity-tools-title'),
message: t('projects-info.solidity-tools-message'),
route: ROUTE_PATH.abi,
route: ROUTE_PATH.abiEncoder,
btnText: t('projects-info.visit-btn'),
},
]
Expand Down
8 changes: 6 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ export default defineNuxtConfig({
},
{ hid: 'description', name: 'description', content: 'Solarity' },
{ property: 'og:title', content: 'Solarity' },
{ property: 'og:description', content: 'Solarity' },
{ property: 'og:image', content: '/branding/logo.png' },
{
property: 'og:description',
content: 'Solarity - your open source Solidity ecosystem',
},
{ property: 'og:url', content: 'https://solarity.dev/' },
{ property: 'og:image', content: '/branding/og-image.png' },
{ property: 'og:locale', content: 'en_GB' },
{ property: 'og:type', content: 'website' },
{ name: 'twitter:card', content: 'summary_large_image' },
Expand Down
Binary file added public/branding/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4bc4d4

Please sign in to comment.