Skip to content

Commit

Permalink
Updated assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
faab007nl committed Nov 9, 2023
1 parent 8456503 commit 1e401cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TechsCode Updater</title>
<link rel="shortcut icon" href="{{ \Illuminate\Support\Facades\Vite::asset('images/logo.png') }}" type="image/x-icon">
<link rel="shortcut icon" href="{{ \Illuminate\Support\Facades\Vite::asset('resource/images/logo.png') }}" type="image/x-icon">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
@vite('resources/scss/app.scss')
</head>
<body>
<div class="header">
<img src="{{ \Illuminate\Support\Facades\Vite::asset('images/logo_wide.png') }}" alt="">
<img src="{{ \Illuminate\Support\Facades\Vite::asset('resource/images/logo_wide.png') }}" alt="">
</div>
<div class="container">
@yield('content')
Expand Down
4 changes: 2 additions & 2 deletions resources/views/pages/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</div>
<div class="col-auto">
<div class="image-stack">
<img src="{{ \Illuminate\Support\Facades\Vite::asset('images/discord_browser.png') }}" alt="" class="browser-img">
<img src="{{ \Illuminate\Support\Facades\Vite::asset('images/update_inventory.png') }}" alt="" class="inventory-img">
{{-- <img src="{{ \Illuminate\Support\Facades\Vite::asset('resource/images/discord_browser.png') }}" alt="" class="browser-img">--}}
{{-- <img src="{{ \Illuminate\Support\Facades\Vite::asset('resource/images/update_inventory.png') }}" alt="" class="inventory-img">--}}
</div>
</div>
</div>
Expand Down

0 comments on commit 1e401cb

Please sign in to comment.