diff options
Diffstat (limited to 'resources/views/links/show.blade.php')
| -rw-r--r-- | resources/views/links/show.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/links/show.blade.php b/resources/views/links/show.blade.php index 41f0aba..cfa1aca 100644 --- a/resources/views/links/show.blade.php +++ b/resources/views/links/show.blade.php @@ -1,7 +1,7 @@ @extends('template') @section('head') -@vite(['resources/css/style.css']) +<link rel="stylesheet" href="/css/style.css"> @endsection @section('body') |
