diff --git a/src/Reporting/Report.php b/src/Reporting/Report.php index 307f4bac..a02f7bd9 100644 --- a/src/Reporting/Report.php +++ b/src/Reporting/Report.php @@ -122,7 +122,7 @@ protected function pagesFromContent() $data = (new Cascade) ->with(SiteDefaults::load()->augmented()) ->with($this->getAugmentedSectionDefaults($content)) - ->with($content->augmentedValue('seo')) + ->with($content->augmentedValue('seo')->value()) ->withCurrent($content) ->get();