Skip to content

Commit 99f2f19

Browse files
committed
Update app.blade.php
1 parent 78e24ac commit 99f2f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Laravel</title>
88

9-
<link href="/css/app.css" rel="stylesheet">
9+
<link href="{{ asset('/css/app.css') }}" rel="stylesheet">
1010

1111
<!-- Fonts -->
1212
<link href='//fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>

0 commit comments

Comments
 (0)