seo image added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-16 18:45:32 +01:00
parent 54d4069658
commit 400c2db26e
8 changed files with 35 additions and 10 deletions

View File

@@ -67,7 +67,7 @@ class Welcome extends Component
'SEOData' => new SEOData(
title: __('Welcome'),
description: __('Welcome to the portal of the Einundzwanzig Community.'),
image: asset('img/screenshot.png')
image: url()->route('imgPublic', ['path' => 'img/screenshot.png', 'h' => 630, 'w' => 1200, 'fit' => 'crop'])
),
]);
}