aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-08-14 23:47:29 +0100
committerFrankie B <git@diskfloppy.me>2023-08-14 23:47:29 +0100
commit28a94afa50172a7fea38b725ecaec9346fa302b5 (patch)
tree41f4a40811be2227b7bc98086895c2b5bcd17039 /resources
parentfd12540d0ae46c299d346fad3847390eb4c1dd84 (diff)
Fix homepage image
Diffstat (limited to 'resources')
-rw-r--r--resources/views/pages/home.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php
index f390b0f..839af78 100644
--- a/resources/views/pages/home.blade.php
+++ b/resources/views/pages/home.blade.php
@@ -3,7 +3,7 @@
@section('description', 'This is the personal homepage of floppydisk.')
@section('content')
<div class="me">
- <img src="{{ URL::asset('images/me_200x200.jpg') }}" alt="Me">
+ <img src="/images/me_200x200.jpg" alt="Me">
<p>Hi! This my personal homepage on the <strong>W</strong>orld <strong>W</strong>ide <strong>W</strong>eb.
</div>