File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ export default defineNuxtModule<ModuleOptions>({
4848 } ,
4949 async setup ( _options , _nuxt ) {
5050 const resolver = createResolver ( import . meta. url )
51- const logger = useLogger ( '@nuxtify/app ' )
51+ const logger = useLogger ( 'Nuxtify App ' )
5252
5353 // Warn if SSR
5454 if ( _nuxt . options . ssr ) {
55- logger . warn ( '[@nuxtify/app ]' , 'Not compatible with SSR. For the most reliable experience, please set `ssr: false` in your nuxt.config.ts.' )
55+ logger . warn ( '[Nuxtify App ]' , 'Not compatible with SSR. For the most reliable experience, please set `ssr: false` in your nuxt.config.ts.' )
5656 _nuxt . options . ssr = false
5757 }
5858
@@ -218,7 +218,7 @@ export default defineNuxtModule<ModuleOptions>({
218218 if ( coreImportIndex > - 1 ) {
219219 imports . splice ( coreImportIndex , 1 )
220220 if ( _options . verboseLogs )
221- logger . info ( '[@nuxtify/app ]' ,
221+ logger . info ( '[Nuxtify App ]' ,
222222 'Intentionally overriding useNuxtifyConfig from @nuxtify/core.' ,
223223 )
224224 }
You can’t perform that action at this time.
0 commit comments