This commit is contained in:
Adrian Hopek
2022-01-14 07:44:12 +01:00
parent 63f5a28794
commit d4f43421cd
6 changed files with 202 additions and 7 deletions

View File

@@ -21,4 +21,7 @@ createInertiaApp({
title: title => `${title} - Toby`,
});
InertiaProgress.init();
InertiaProgress.init({
delay: 0,
color: 'red',
});