From b8c924442d42e3adb3d5a3049bc83076d964c5d9 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Thu, 9 Nov 2023 13:06:32 +0100 Subject: [PATCH] fix: further css loading optim --- resources/views/champions/index.blade.php | 5 +++-- resources/views/champions/show.blade.php | 5 +++-- resources/views/home.blade.php | 5 +++-- resources/views/skins/index.blade.php | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/resources/views/champions/index.blade.php b/resources/views/champions/index.blade.php index 34b187c..2be0dea 100644 --- a/resources/views/champions/index.blade.php +++ b/resources/views/champions/index.blade.php @@ -38,8 +38,9 @@ - + + + @vite('resources/css/app.css') @vite('resources/js/app.js') @vite('resources/js/lane-filter.js') diff --git a/resources/views/champions/show.blade.php b/resources/views/champions/show.blade.php index 213afd1..6519b04 100644 --- a/resources/views/champions/show.blade.php +++ b/resources/views/champions/show.blade.php @@ -38,8 +38,9 @@ - + + + @vite('resources/css/app.css') @vite('resources/js/app.js') diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index 54ab63e..befad0f 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -38,8 +38,9 @@ - + + + @vite('resources/css/app.css') @vite('resources/js/app.js') diff --git a/resources/views/skins/index.blade.php b/resources/views/skins/index.blade.php index 735e5a3..6a43ffd 100644 --- a/resources/views/skins/index.blade.php +++ b/resources/views/skins/index.blade.php @@ -38,8 +38,9 @@ - + + + @vite('resources/css/app.css') @vite('resources/js/app.js')