Skip to content

Commit

Permalink
Merge pull request #26 from Crudzaso/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
DiegoAndresRamirez authored Nov 4, 2024
2 parents 71b115b + fd9087f commit 810445f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@


<!-- CSS Links -->
<link href="{{ asset('assets/plugins/global/plugins.bundle.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/style.bundle.css') }}" rel="stylesheet" type="text/css" />
<link rel="preload" href="{{ asset('assets/plugins/global/plugins.bundle.css') }}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{{ asset('assets/plugins/global/plugins.bundle.css') }}"></noscript>


<link rel="preload" href="{{ asset('assets/css/style.bundle.css') }}" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="{{ asset('assets/css/style.bundle.css') }}"></noscript>

<!-- Scripts -->
@routes
Expand Down

0 comments on commit 810445f

Please sign in to comment.