You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Fix 🆙
This commit is contained in:
@@ -11,14 +11,14 @@
|
|||||||
|
|
||||||
<link rel="icon" type="image/gif" sizes="18x17" href="{{ asset('assets/images/home_icon.gif') }}">
|
<link rel="icon" type="image/gif" sizes="18x17" href="{{ asset('assets/images/home_icon.gif') }}">
|
||||||
|
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap">
|
||||||
|
|
||||||
|
@vite(['resources/themes/' . setting('theme') . '/css/app.scss', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
||||||
|
|
||||||
<link rel="stylesheet" href="{{ asset('assets/css/flowbite.min.css') }}" />
|
<link rel="stylesheet" href="{{ asset('assets/css/flowbite.min.css') }}" />
|
||||||
<script src="{{ asset('assets/js/popper.min.js') }}"></script>
|
<script src="{{ asset('assets/js/popper.min.js') }}"></script>
|
||||||
<script src="{{ asset('assets/js/tippy-bundle.umd.min.js') }}"></script>
|
<script src="{{ asset('assets/js/tippy-bundle.umd.min.js') }}"></script>
|
||||||
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
|
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
|
||||||
|
|
||||||
@vite(['resources/themes/' . setting('theme') . '/css/app.scss', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
|
||||||
@stack('scripts')
|
@stack('scripts')
|
||||||
|
|
||||||
{{-- Cloudflare Turnstile Fix voor Laravel 12 & PHP 8.5 --}}
|
{{-- Cloudflare Turnstile Fix voor Laravel 12 & PHP 8.5 --}}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||||
|
|
||||||
<!-- Fonts -->
|
<!-- Fonts -->
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap">
|
||||||
|
|
||||||
@vite(['resources/themes/' . setting('theme') . '/css/app.scss', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
@vite(['resources/themes/' . setting('theme') . '/css/app.scss', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user