Skip to content

Commit

Permalink
Add url to seo for inscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Dec 10, 2024
1 parent 3f32839 commit 25ec318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/Inscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
);
}

Expand Down

0 comments on commit 25ec318

Please sign in to comment.