Skip to content

Commit

Permalink
Merge pull request #3 from kadena-community/fix/assets-path
Browse files Browse the repository at this point in the history
fix asset refs
  • Loading branch information
isaozler authored Nov 1, 2023
2 parents 03d32e2 + a35f298 commit 8bbeca3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ export const metadata = {
openGraph: {
title: 'Social Tools',
description: 'Internal app to create your own graphics',
url: 'https://social-tools.kadena.io',
url: 'https://kadena-community.github.io/social-tools',
siteName: 'Social Tools',
images: ['https://social-tools.kadena.io/images/tile.png', 'https://social-tools.kadena.io/favicon.png'],
images: [
'https://kadena-community.github.io/social-tools/images/tile.png',
'https://kadena-community.github.io/social-tools/favicon.png',
],
locale: 'en-US',
type: 'website',
},
Expand All @@ -26,9 +29,12 @@ export const metadata = {
},
},
icons: {
icon: [{ url: '/favicon.png', type: 'image/png' }],
shortcut: [{ url: '/favicon.png', type: 'image/png' }],
apple: [{ url: '/apple-icon.png' }, { url: '/[email protected]', sizes: '124x124', type: 'image/png' }],
icon: [{ url: '/social-tools/favicon.png', type: 'image/png' }],
shortcut: [{ url: '/social-tools/favicon.png', type: 'image/png' }],
apple: [
{ url: '/social-tools/apple-icon.png' },
{ url: '/social-tools/[email protected]', sizes: '124x124', type: 'image/png' },
],
},
themeColor: 'black',
twitter: {
Expand All @@ -37,7 +43,7 @@ export const metadata = {
description: 'Internal app to create your own graphics',
siteId: '@kadena_io',
images: {
url: 'https://social-tools.kadena.io/images/tile.png',
url: 'https://kadena-community.github.io/social-tools/images/tile.png',
alt: 'Internal app to create your own graphics',
},
},
Expand Down

0 comments on commit 8bbeca3

Please sign in to comment.