diff --git a/resources/views/public/_json-ld.blade.php b/resources/views/public/_json-ld.blade.php index a0a5ee0..6f20160 100644 --- a/resources/views/public/_json-ld.blade.php +++ b/resources/views/public/_json-ld.blade.php @@ -19,7 +19,7 @@ "name": "{{ config('app.name') }}", "logo": { "@type": "ImageObject", - "url": "{{ Storage::url('settings/' . config('typicms.image')) }}" + "url": "{{ url(config('typicms.logo')) }}" } }, "description": "{{ preg_replace("/\r|\n/", ' ', $news->summary) }}" diff --git a/resources/views/public/_list-item.blade.php b/resources/views/public/_list-item.blade.php index 3784628..2c47c0f 100644 --- a/resources/views/public/_list-item.blade.php +++ b/resources/views/public/_list-item.blade.php @@ -1,9 +1,6 @@