Anuj-Panthri commited on
Commit
afd91c3
1 Parent(s): 7c323f7

using url function instead of asset

Browse files
Files changed (1) hide show
  1. resources/views/welcome.blade.php +1 -1
resources/views/welcome.blade.php CHANGED
@@ -10,7 +10,7 @@
10
  <link rel="preconnect" href="https://fonts.bunny.net">
11
  <link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet" />
12
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
13
- <link href="{{ asset('css/style.css') }}" rel="stylesheet">
14
  </head>
15
  <body>
16
  <div class="main_container">
 
10
  <link rel="preconnect" href="https://fonts.bunny.net">
11
  <link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet" />
12
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
13
+ <link href="{{ url('css/style.css') }}" rel="stylesheet">
14
  </head>
15
  <body>
16
  <div class="main_container">