mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 02:50:39 +00:00
mobile fixes
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|
||||
{{--StyleSheet--}}
|
||||
{{--<link href="{{ asset('css/app.css') }}?v={{ get_version() }}" rel="stylesheet">--}}
|
||||
<link href="{{ mix('css/app.css') }}?v={{ get_version() }}" rel="stylesheet">
|
||||
<link href="{{ asset('css/tailwind.css') }}?v={{ get_version() }}" rel="stylesheet">
|
||||
<link href="{{ mix('css/app.css') }}?v={{ get_version() }}" rel="stylesheet" type="text/css">
|
||||
<link href="{{ asset('css/tailwind.css') }}?v={{ get_version() }}" rel="stylesheet" type="text/css">
|
||||
|
||||
{{--OG items--}}
|
||||
<meta property="og:url" content="{{ url('/') }}">
|
||||
|
||||
Reference in New Issue
Block a user