Skip to content

Commit 5e4ca51

Browse files
committed
Use mix() instead of asset() for css on welcome page
1 parent 709e4ab commit 5e4ca51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/resources/views/welcome.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<title>{{ config('app.name', 'Laravel') }}</title>
1212

1313
<!-- Styles -->
14-
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
14+
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
1515
</head>
1616
<body class="bg-teal-lightest font-sans font-normal antialiased">
1717
<div class="flex flex-col">

0 commit comments

Comments
 (0)