nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
415 stars 27 forks source link

does not work with app.baseURL #31

Closed ww-lemon closed 1 year ago

ww-lemon commented 1 year ago

Describe the bug

in nuxt.config.js

{
  app: { baseUrl: 'asd' }
}

Error GET http://localhost:PORT/api/og-image-options?path=/test 404 (Cannot find any route matching /api/og-image-options?path=/test.)

Reproduction

No response

System / Nuxt Info

No response

harlan-zw commented 1 year ago

I've pushed out a number of improveents to the baseURL handling in 2.0.0-beta.8

Feel free to try it out and let me know if you have any issues