File tree 2 files changed +4
-4
lines changed
stubs/resources/views/layouts
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
6
6
<meta name =" csrf-token" content =" {{ csrf_token () } }" >
7
7
<title >{{ $title ?? ' ' } } {{ config (' app.name' , ' Laravel' ) } } </title >
8
- <link rel =" stylesheet" href =" {{ asset (' css/app.css' ) } }" >
9
- <script src =" {{ asset (' js/app.js' ) } }" defer ></script >
8
+ <link rel =" stylesheet" href =" {{ mix (' css/app.css' ) } }" >
9
+ <script src =" {{ mix (' js/app.js' ) } }" defer ></script >
10
10
<livewire:styles />
11
11
</head >
12
12
<body >
Original file line number Diff line number Diff line change 11
11
<link rel =" stylesheet" href =" https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap" >
12
12
13
13
<!-- Styles -->
14
- <link rel =" stylesheet" href =" {{ asset (' css/app.css' ) } }" >
14
+ <link rel =" stylesheet" href =" {{ mix (' css/app.css' ) } }" >
15
15
16
16
<!-- Scripts -->
17
- <script src =" {{ asset (' js/app.js' ) } }" defer ></script >
17
+ <script src =" {{ mix (' js/app.js' ) } }" defer ></script >
18
18
</head >
19
19
<body >
20
20
<div class =" font-sans text-gray-900 antialiased" >
You can’t perform that action at this time.
0 commit comments