tindrew / redot-landing-page

https://redot-landing.pages.dev/
MIT License
0 stars 2 forks source link

Absolute Image URL #34

Open opdev1004 opened 1 week ago

opdev1004 commented 1 week ago

I have multiple time checked that Nuxt useSeoMeta() and defineOgImageComponent() can only take absolute url for images.

Something like

baseUrl: env.process.url || https://rodotengine.org/

will solve the problem. Until that system is added, it has to be absolute URL.