Skip to content

Commit

Permalink
Use directives for Auth script and style tags
Browse files Browse the repository at this point in the history
  • Loading branch information
noahheck committed Mar 9, 2021
1 parent 71607f6 commit c135142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/layouts/auth.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<title>{{ config('app.name', 'Office Forge') }}</title>

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

<!-- Fonts -->
{{-- <link rel="dns-prefetch" href="//fonts.gstatic.com">--}}
{{-- <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">--}}

<!-- Styles -->
<link href="{{ asset('css/auth.css') }}" rel="stylesheet">
@style('css/auth.css')
</head>
<body>

Expand Down

0 comments on commit c135142

Please sign in to comment.