Results 11 issues of Xavi

Hello, the cookies consent (#cookies-eu-banner) is being shown after moving the mouse, pressing a key or scrolling, otherwise it remains hidden.

I see that `sameAs` is a string attribute and I was wondering if it also should be a string[] so it can accept a list of social networks, as [explained...

Hello, I am looking for a solution to redirect all www pages to non-www. I have found that it can be done with serverMiddleware. Can also this module do the...

Hello, is it possible to lazy load the gallery thumbnails? It would be great to lazy load them on pages that contain a big gallery below the fold. Thank you

I get "You are not in edit mode" console errors while on localhost. Version: 2.0.1

Hello, in Spanish amp_loop_date() renders a wrong relative date translation. The string "2 years ago" is translated: > "2 años ago" while it should be: > "hace 2 años" It...

After updating Sass to 3.4.22 and now I have a high CPU usage problem. There are multiple open instances "sh" overloading my CPU. I run Mavericks on a Macbook Pro...

bug

### Version @nuxtjs/i18n: "yarn:@nuxtjs/i18n-edge" nuxt: "3.0.0-rc.8" ### Reproduction Link https://codesandbox.io/p/github/retroriff/nuxt3/draft/quirky-minsky ### @nuxtjs/i18n configuration ```js i18n: { baseUrl: process.env.BASE_URL || "http://localhost:3000", defaultLocale: "en", detectBrowserLanguage: false, locales: [ { code: "en", iso:...

bug 🐛

I am getting this error on Nuxt3 after adding the sitemap module to the config file: ``` "@nuxtjs/sitemap": "^2.4.0", "nuxt": "3.0.0-rc.13", ``` ``` ERROR Cannot start nuxt: Cannot read properties...

Hello, it generates a JS error in a Nuxt Content site, unless I don't load the widget asynchronously: content: { dir: 'content', markdown: { remarkPlugins: [['remark-oembed', { syncWidget: true }]]...