We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95847a3 commit bc7920eCopy full SHA for bc7920e
src/Fieldtypes/SeoProPreviews.php
@@ -35,6 +35,7 @@ private function getRouteString(): string
35
$item instanceof \Statamic\Contracts\Entries\Entry => $item->route(),
36
$item instanceof \Statamic\Contracts\Entries\Collection => $item->route(Site::selected()->handle()),
37
$item instanceof \Statamic\Contracts\Taxonomies\Taxonomy, $item instanceof \Statamic\Contracts\Taxonomies\Term => '{{ slug }}',
38
+ default => '',
39
};
40
41
return Str::of($route)
0 commit comments