diff --git a/stubs/inertia/resources/js/app.js b/stubs/inertia/resources/js/app.js index 17b352770..552b43f78 100644 --- a/stubs/inertia/resources/js/app.js +++ b/stubs/inertia/resources/js/app.js @@ -18,9 +18,4 @@ createApp({ .use(InertiaPlugin) .mount(el); -InertiaProgress.init({ - delay: 250, - color: '#4B5563', - includeCSS: true, - showSpinner: false, -}); +InertiaProgress.init({ color: '#4B5563' });