Skip to content

Commit

Permalink
Merge pull request #446 from elsoul/addFrontend
Browse files Browse the repository at this point in the history
update metadata
  • Loading branch information
KishiTheMechanic authored Oct 9, 2024
2 parents f199e31 + ffcb0a9 commit 4db935b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions website/skeet-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
2 changes: 1 addition & 1 deletion website/skeet-dev/src/app/opengraph-image.alt.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elSOL - Solana LST
Skeet - TypeScript Serverless Framework
2 changes: 1 addition & 1 deletion website/skeet-dev/src/app/twitter-image.alt.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
elSOL - Solana LST
Skeet - TypeScript Serverless Framework

0 comments on commit 4db935b

Please sign in to comment.