diff --git a/src/config/vue-i18n-generator.php b/src/config/vue-i18n-generator.php index 6ce83a3..61104ec 100644 --- a/src/config/vue-i18n-generator.php +++ b/src/config/vue-i18n-generator.php @@ -55,8 +55,8 @@ | Note: the path will be prepended to point to the App directory. | */ - 'jsPath' => '/resources/assets/js/langs/', - 'jsFile' => '/resources/assets/js/vue-i18n-locales.generated.js', + 'jsPath' => '/resources/js/langs/', + 'jsFile' => '/resources/js/vue-i18n-locales.generated.js', /* |--------------------------------------------------------------------------