Skip to content

Commit

Permalink
fix: add correct share image url
Browse files Browse the repository at this point in the history
  • Loading branch information
peritpatrio committed May 30, 2024
1 parent ef3ffa2 commit 5219732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: 'Koodiklinikka',
description: 'Yhteisö kaikille ohjelmoinnista ja ohjelmistoalasta kiinnostuneille harrastajille ja ammattilaisille',
metadataBase: new URL('https://koodiklinikka.fi'),
};

export default function RootLayout({
Expand Down

0 comments on commit 5219732

Please sign in to comment.