Optimizing images for static websites.
If you are building a static site Nuxt Image will optimize and save your images locally when your site is generated - and deploy them alongside your generated pages. (This only works with server-side rendered pages. If you use ssr: false
, won't work)
provider="static"
directly. (See component documentation for more information.)