add meetup event landing page, seo added

This commit is contained in:
HolgerHatGarKeineNode
2023-02-06 18:58:57 +01:00
parent 3e23937a36
commit 7bfcf832e7

View File

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