Work with assets inside nuxtjs and learn how you easy can start working with nuxt assets. When you first learn to work with assets you will see its not the same as static content, but its will work in the same way somtime.
Its nice to include small png, fonts or orther assets direct into your javascript application your work on with nuxtjs so the client don't need to load many small parts, but somtimes static is better then assets in nuxtjs.
watch and learn more.