]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/404.blade.php
Add Carbon localization support
[bookstack] / resources / views / errors / 404.blade.php
index a9294c7cf4cf80c0f909e03cc011c29e257611f9..19565bccbe534d13c469ecf63a8a7699211d681c 100644 (file)
@@ -6,7 +6,7 @@
 <div class="container">
     <h1 class="text-muted">{{ $message or 'Page Not Found' }}</h1>
     <p>Sorry, The page you were looking for could not be found.</p>
-    <a href="/" class="button">Return To Home</a>
+    <a href="{{ baseUrl('/') }}" class="button">Return To Home</a>
 </div>
 
 @stop
\ No newline at end of file