nuxt-directus
nuxt-directus copied to clipboard
getThumbnail adds access_token which break Netlify Image CDN
When getting a image url through const { getThumbnail } = useDirectusFiles() we do get an 403 error from Netlify Image CDN saying the query parameter is not supported.
That is because the getThumbnail return an url with an added access_token at the end. And this is not supported by Netlify. How can we get around this?
I think we can add an option to exclude the token. @sandros94 What do you think?
I think we can add an option to exclude the token. @sandros94 What do you think?
Indeed. By next week I should be able to get back and work on these