cloudinary / frontend-frameworks

Cloudinary javascript frontend frameworks SDKs, including Shared HTML layer, Angular, React and Vue SDKs
https://www.cloudinary.com
MIT License
42 stars 16 forks source link

Fix/vue ssr analytics token #187

Closed lbendavid-cloudinary closed 1 year ago

lbendavid-cloudinary commented 1 year ago

Pull request for cloudinary/frontend-frameworks

For which package is this PR?

@cloudinary/vue3

What does this PR solve?

  1. The AdvancedImage didn't work in SSR. There was an issue in how the url was bounded to the img tag.
  2. Use the same analytics token in both SSR and CSR in order to prevent unnecessary requests from the browser
  3. Added tests for the analytics token in SSR

Final checklist