diff --git a/app/Livewire/TopSecretComponent.php b/app/Livewire/TopSecretComponent.php index d7333534..0ab52f54 100644 --- a/app/Livewire/TopSecretComponent.php +++ b/app/Livewire/TopSecretComponent.php @@ -145,6 +145,7 @@ public function render(): View 'title' => 'Top Secret', 'bodyClass' => 'bg-bf-gray min-h-screen antialiased', 'image' => '/backgrounds/bf-24-desk.jpg', + 'ogImage' => '/images/og-image-topsecret.jpg' ]); } } diff --git a/public/images/og-image-topsecret.jpg b/public/images/og-image-topsecret.jpg new file mode 100644 index 00000000..a4acc57e Binary files /dev/null and b/public/images/og-image-topsecret.jpg differ