diff options
Diffstat (limited to 'components/layout.tsx')
-rw-r--r-- | components/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout.tsx b/components/layout.tsx index bca00b89..7dab3849 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -14,7 +14,7 @@ export default function Layout({ children } : Props) { openGraph={{ type: 'website', locale: 'en_US', - url: 'https://michal.sapka.me/', + url: 'https://www.sapka.me/', site_name: 'MichaĆ Sapka' }} twitter={{ |