nuxt-community / pwa-module

Zero config PWA solution for Nuxt.js
https://pwa.nuxtjs.org
MIT License
1.24k stars 171 forks source link

meta module og url does not match nuxt i18n canonical #457

Open shadow81627 opened 3 years ago

shadow81627 commented 3 years ago

I have to manually add the nuxt i18n canonical url to og:url meta on my default layout.

Before adding canonical url as og url

developers facebook com_tools_debug__q=https%3A%2F%2Fdaim dev%2Fblog%2Fsetup-windows-subsystem-for-linux

After

developers facebook com_tools_debug__q=https%3A%2F%2Fdaim-git-fix-metaog-url-damienrobinson vercel app%2Fblog%2Fsetup-windows-subsystem-for-linux

Pull request adding i18n canonical url to og:url meta in my default layout

retroriff commented 3 years ago

I've got the same issue.