Skip to content

Commit

Permalink
Adding defer attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
votemike committed Mar 11, 2018
1 parent 3b156c0 commit eca22c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>{{ config('app.name', 'Laravel') }}</title>

<!-- Scripts -->
<script src="{{ asset('js/app.js') }}"></script>
<script src="{{ asset('js/app.js') }}" defer></script>

<!-- Fonts -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
Expand Down

0 comments on commit eca22c8

Please sign in to comment.