add meetup event landing page, seo added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 18:57:59 +01:00
parent 436e0511b7
commit 3e23937a36

View File

@@ -30,7 +30,7 @@ class LandingPageEvent extends Component
public function mount()
{
$this->meetupEvent->load('meetup.users:id');
$this->meetupEvent->load('meetup.users:id,public_key');
$this->meetup = $this->meetupEvent->meetup;
$this->checkShowUp();
}