Integration between Scaleflex Filerobot and the image module.
To use this provider you just need to specify the base URL of your project.
export default defineNuxtConfig({
  image: {
    filerobot: {
      baseURL: 'https://<slug>.filerobot.com/',
    },
  }
})