Skip to content

Commit

Permalink
Return proper URL for topsecret og image
Browse files Browse the repository at this point in the history
  • Loading branch information
jimirobaer committed Nov 26, 2024
1 parent 74eb788 commit 79d8f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/TopSecretComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +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',
'ogImage' => asset('/images/og-image-topsecret.jpg'),
]);
}
}

0 comments on commit 79d8f54

Please sign in to comment.