Skip to content

Commit

Permalink
feat: update connect opengraph meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
gpuente committed May 9, 2024
1 parent 634bcd5 commit 32b3720
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 7 deletions.
71 changes: 71 additions & 0 deletions arbitrum.client.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
export default {
meta: [
{
tag: 'meta',
attrs: {
property: 'og:title',
content: 'Arbitrum Grants Platform',
},
},
{
tag: 'meta',
attrs: {
property: 'og:type',
content: 'website',
},
},
{
tag: 'meta',
attrs: {
property: 'og:url',
content: 'https://www.arbgrants.com',
},
},
{
tag: 'meta',
attrs: {
property: 'og:description',
content:
'Connect offers participants to the Arbitrum DAO Grant programs an easy and convenient way to report on their grant progress with their arbitrum address.',
},
},
{
tag: 'meta',
attrs: {
property: 'og:image',
content:
'https://cf-ipfs.com/ipfs/bafkreidah6wctc2y4h2n7q7ci6twvgbwbhptfywpy5btwhsm4gucubedhy',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:card',
content: 'summary_large_image',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:image',
content:
'https://cf-ipfs.com/ipfs/bafkreidah6wctc2y4h2n7q7ci6twvgbwbhptfywpy5btwhsm4gucubedhy',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:title',
content: 'Arbitrum Grants Platform',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:description',
content:
'Connect offers participants to the Arbitrum DAO Grant programs an easy and convenient way to report on their grant progress with their arbitrum address.',
},
},
],
};
14 changes: 7 additions & 7 deletions client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
tag: 'meta',
attrs: {
property: 'og:title',
content: 'Arbitrum Grants Platform',
content: 'Connect',
},
},
{
Expand All @@ -18,23 +18,23 @@ export default {
tag: 'meta',
attrs: {
property: 'og:url',
content: 'https://www.arbgrants.com',
content: 'https://apps.powerhouse.io/powerhouse/connect/',
},
},
{
tag: 'meta',
attrs: {
property: 'og:description',
content:
'Connect offers participants to the Arbitrum DAO Grant programs an easy and convenient way to report on their grant progress with their arbitrum address.',
'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.',
},
},
{
tag: 'meta',
attrs: {
property: 'og:image',
content:
'https://cf-ipfs.com/ipfs/bafkreidah6wctc2y4h2n7q7ci6twvgbwbhptfywpy5btwhsm4gucubedhy',
'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e',
},
},
{
Expand All @@ -49,22 +49,22 @@ export default {
attrs: {
name: 'twitter:image',
content:
'https://cf-ipfs.com/ipfs/bafkreidah6wctc2y4h2n7q7ci6twvgbwbhptfywpy5btwhsm4gucubedhy',
'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:title',
content: 'Arbitrum Grants Platform',
content: 'Connect',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:description',
content:
'Connect offers participants to the Arbitrum DAO Grant programs an easy and convenient way to report on their grant progress with their arbitrum address.',
'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.',
},
},
],
Expand Down
71 changes: 71 additions & 0 deletions connect.client.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
export default {
meta: [
{
tag: 'meta',
attrs: {
property: 'og:title',
content: 'Connect',
},
},
{
tag: 'meta',
attrs: {
property: 'og:type',
content: 'website',
},
},
{
tag: 'meta',
attrs: {
property: 'og:url',
content: 'https://apps.powerhouse.io/powerhouse/connect/',
},
},
{
tag: 'meta',
attrs: {
property: 'og:description',
content:
'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.',
},
},
{
tag: 'meta',
attrs: {
property: 'og:image',
content:
'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:card',
content: 'summary_large_image',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:image',
content:
'https://cf-ipfs.com/ipfs/bafkreigrmclndf2jpbolaq22535q2sw5t44uad3az3dpvkzrnt4lpjt63e',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:title',
content: 'Connect',
},
},
{
tag: 'meta',
attrs: {
name: 'twitter:description',
content:
'Navigate your organisation’s toughest operational challenges and steer your contributors to success with Connect. A navigation, collaboration and reporting tool for decentralised and open organisation.',
},
},
],
};

0 comments on commit 32b3720

Please sign in to comment.