From 1df0299221c60a03d6cdc4ac944880a64b52dd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SIGUI=20Kess=C3=A9=20Emmanuel?= Date: Sun, 19 Nov 2023 07:02:43 +0100 Subject: [PATCH] :bug: Fix Tailwind view path --- tailwind.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 7f0b5d8..f8a5658 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -6,8 +6,8 @@ export default { "./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php", "./storage/framework/views/*.php", "./resources/**/*.{js,jsx,ts,tsx,md,mdx}", - "./resources/views/**/*.blade.php", - "./app/Views/**/*.php", + "./templates/**/*.blade.php", + "./app/View/**/*.php", ], theme: {