From 3f4f986a3be46bf6757faccaabbfb6d899fb7de0 Mon Sep 17 00:00:00 2001 From: TiclemFR Date: Sat, 30 Dec 2023 10:04:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index e03e9d61..fef39c56 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -9,7 +9,7 @@ createInertiaApp({ title: (title) => `${title}`, resolve: (name) => resolvePageComponent( - `./Pages/**/${name}.vue`, + `./Pages/${name}.vue`, import.meta.glob("./Pages/**/*.vue") ), setup({ el, app, props, plugin }) {