fix image links
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<div class="mb-3"></div>
|
||||
<div class="block rounded-lg bg-white shadow-md dark:bg-zinc-700 items-center p-1">
|
||||
<span class="w-full">
|
||||
<img class="min-w-full px-4 pt-4 sm:pt-6 sm:px-6 rounded-tl-4xl rounded-tr-4xl rounded-bl-3xl rounded-br-3xl" src="/{{ $postDetail->post_image }}" alt="{{ $postDetail->post }}" />
|
||||
<img class="min-w-full px-4 pt-4 sm:pt-6 sm:px-6 rounded-tl-4xl rounded-tr-4xl rounded-bl-3xl rounded-br-3xl" src="{{ asset('storage/'.$postDetail->post_image) }}" alt="{{ $postDetail->post }}" />
|
||||
</span>
|
||||
<div class="magic-box my-2 px-4 sm:px-6 min-w-full flex flex-col items-center overflow-auto">
|
||||
{!! json_decode(config('app.settings.ads_settings'))->two !!}
|
||||
|
||||
Reference in New Issue
Block a user