Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
yyluchkiv committed Dec 18, 2023
2 parents c475319 + 5e0abe9 commit 669289a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const generateMetadata = ({ params }: { params: any }) => {
openGraph: {
title: 'Yurii Luchkiv — ' + post?.title,
description: post?.summary,
siteName: 'Yurii Luchkiv',
siteName: `yyluchkiv.com/blog/${post?.url}`,
url: `https://yyluchkiv.com/blog/${post?.url}`,
images: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const generateMetadata = () => {
openGraph: {
title: 'Yurii Luchkiv',
description: 'Code hard. Work hard. Spend time with your family',
siteName: 'Yurii Luchkiv',
siteName: 'yyluchkiv.com/',
url: 'https://yyluchkiv.com/',
images: [
{
Expand Down

0 comments on commit 669289a

Please sign in to comment.