File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -181,10 +181,9 @@ protected function configurePublishing()
181
181
182
182
$ this ->publishes ([
183
183
__DIR__ .'/../stubs/inertia/resources/js/Pages/Auth ' => resource_path ('js/Pages/Auth ' ),
184
- __DIR__ .'/../stubs/inertia/resources/js/Jetstream/AuthenticationCard.vue ' => resource_path ('js/Jetstream/AuthenticationCard.vue ' ),
185
- __DIR__ .'/../stubs/inertia/resources/js/Jetstream/AuthenticationCardLogo.vue ' => resource_path ('js/Jetstream/AuthenticationCardLogo.vue ' ),
186
- __DIR__ .'/../stubs/inertia/resources/js/Jetstream/Checkbox.vue ' => resource_path ('js/Jetstream/Checkbox.vue ' ),
187
- __DIR__ .'/../stubs/inertia/resources/js/Jetstream/ValidationErrors.vue ' => resource_path ('js/Jetstream/ValidationErrors.vue ' ),
184
+ __DIR__ .'/../stubs/inertia/resources/js/Components/AuthenticationCard.vue ' => resource_path ('js/Components/AuthenticationCard.vue ' ),
185
+ __DIR__ .'/../stubs/inertia/resources/js/Components/AuthenticationCardLogo.vue ' => resource_path ('js/Components/AuthenticationCardLogo.vue ' ),
186
+ __DIR__ .'/../stubs/inertia/resources/js/Components/Checkbox.vue ' => resource_path ('js/Components/Checkbox.vue ' ),
188
187
], 'jetstream-inertia-auth-pages ' );
189
188
}
190
189
You can’t perform that action at this time.
0 commit comments