Overwrite CMS blocks in Nuxt 3 app
To override CMS blocks in the Nuxt 3 app, create a .vue
file with the cms block name in the components directory. Because of auto importing, CMS component import will be overwritten by the new file path.
More about auto imports can be found here
Generic CMS components
Generic components are responsible for resolving each CMS element