Skip to content

Commit

Permalink
Fixed #7092 - handle weird port forwarding/port numbers for baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 29, 2019
1 parent 829d44b commit 087cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link rel="shortcut icon" type="image/ico" href="{{ url(asset('favicon.ico')) }}">

<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="baseUrl" content="{{ config('app.url') }}/">
<meta name="baseUrl" content="{{ url('/') }}/">

<script nonce="{{ csrf_token() }}">
window.Laravel = { csrfToken: '{{ csrf_token() }}' };
Expand Down

0 comments on commit 087cdd8

Please sign in to comment.