Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdnbrk committed Dec 10, 2024
1 parent 25ec318 commit 2bc053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Inscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function getDynamicSEOData(): SEOData
description: 'This is '.$this->name.' on Bitcoin Ordinals!',
image: Str::of('https://cdn.pizza.ninja/opengraph/default/')
->append($this->getInternalCollectionId())
->append.('.webp'),
->append('.webp'),
url: Str::of('https://pizza.ninja/')->append($this->getInternalCollectionId()),
);
}
Expand Down

0 comments on commit 2bc053a

Please sign in to comment.