Intevel / nuxt-directus

🐰 Easily integrate Directus to your Nuxt application.
https://nuxt-directus.de/
MIT License
260 stars 49 forks source link

switch back to the official directus @nuxt/image provider #241

Closed sandros94 closed 6 months ago

sandros94 commented 7 months ago

Ever since the directus provider was added to @nuxt/image there has been the impossibility to edit the url at runtime.

The official baseUrl issue is currently tracked here:

but in the meantime we would better off keep our own nuxtDirectus provider and automate it as much as possible based on nuxt-directus settings.

sandros94 commented 7 months ago

A custom @nuxt/image provider named nuxt-directus came with nuxt-directus-next@0.0.10

sandros94 commented 6 months ago

With the latest implementation in nuxt-directus-next@0.0.12 I've decided to cancel this since having our own provider let us add logics that would be unavailable with the official one. For example supporting static and auth tokens out of the box.