aboutsummaryrefslogtreecommitdiff
path: root/resources/views/pages/home.blade.php
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
commit32c675e2029420436a2d6ccd36d7fea0ae055604 (patch)
tree41f4a40811be2227b7bc98086895c2b5bcd17039 /resources/views/pages/home.blade.php
parentb8b36c50d09b1b1ea59b02601a9f7c5f4bca894b (diff)
Fix homepage image
Diffstat (limited to 'resources/views/pages/home.blade.php')
-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>