From 25ec31889004b936f6d8b8c82de6df04971c8815 Mon Sep 17 00:00:00 2001 From: Mark van den Broek Date: Tue, 10 Dec 2024 09:17:14 +0100 Subject: [PATCH] Add url to seo for inscriptions --- app/Models/Inscription.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Models/Inscription.php b/app/Models/Inscription.php index 518a90e..b4171e7 100644 --- a/app/Models/Inscription.php +++ b/app/Models/Inscription.php @@ -37,6 +37,7 @@ public function getDynamicSEOData(): SEOData image: Str::of('https://cdn.pizza.ninja/opengraph/default/') ->append($this->getInternalCollectionId()) ->append.('.webp'), + url: Str::of('https://pizza.ninja/')->append($this->getInternalCollectionId()), ); }