mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-09 17:32:51 +09:00
Possible fix for folder based RP
This commit is contained in:
@@ -28,6 +28,11 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<link rel="stylesheet" href="{{ asset('css/app.css?v=2') }}" type="text/css" />
|
<link rel="stylesheet" href="{{ asset('css/app.css?v=2') }}" type="text/css" />
|
||||||
<script src="{{ asset('js/fontawesome.js') }}"></script>
|
<script src="{{ asset('js/fontawesome.js') }}"></script>
|
||||||
|
@if(config('app.url') !== 'http://localhost')
|
||||||
|
<base href="{{ config('app.url') }}">
|
||||||
|
@else
|
||||||
|
<base href="{{ url('') }}">
|
||||||
|
@endif
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"{!! $alt_bg !!}>
|
<div id="app"{!! $alt_bg !!}>
|
||||||
|
|||||||
Reference in New Issue
Block a user