#How can I customize this loading screen with Nuxt logo?
11 messages · Page 1 of 1 (latest)
@crimson trellis what about this logo? It 's visible on production
@noble tinsel That's the spaLoadingTemplate and you can change it indeed
create an app/spa-loading-template.html and put your code to display whatever you want
if you want to disable it entirely use spaLoadingTemplate: false in your nuxt.config
this is the docs link if you want to learn more about it
https://nuxt.com/docs/api/configuration/nuxt-config#spaloadingtemplate