Skip to content

Commit

Permalink
Merge pull request #312 from EpicsDAO/update-doc
Browse files Browse the repository at this point in the history
update metadata
  • Loading branch information
KishiTheMechanic authored Oct 9, 2024
2 parents 2041b95 + 43cb7ed commit 619676d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 16 deletions.
9 changes: 3 additions & 6 deletions website/solv-epics-dev/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,17 @@ export async function generateMetadata({ params: { locale } }: Props) {
keywords: t('keywords'),
title: {
template: `%s | ${t('appTitle')}`,
default: t('defaultTitle'),
default: `${t('defaultTitle')} | ${t('appTitle')}`,
},
description: t('defaultDescription'),
openGraph: {
title: {
template: `%s | ${t('appTitle')}`,
default: t('defaultTitle'),
},
description: t('defaultDescription'),
locale,
type: 'website',
},
twitter: {
card: 'summary_large_image',
creator: appInfo.twitterId,
site: appInfo.twitterId,
},
robots: {
index: true,
Expand Down
1 change: 1 addition & 0 deletions website/solv-epics-dev/src/app/opengraph-image.alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
solv - Solana Validator Tool
5 changes: 0 additions & 5 deletions website/solv-epics-dev/src/app/opengraph-image.tsx

This file was deleted.

1 change: 1 addition & 0 deletions website/solv-epics-dev/src/app/twitter-image.alt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
solv - Solana Validator Tool
5 changes: 0 additions & 5 deletions website/solv-epics-dev/src/app/twitter-image.tsx

This file was deleted.

0 comments on commit 619676d

Please sign in to comment.