mercteil
mercteil
For instance I want to add a graph with multiple products: ``` { "@context": "http://schema.org", "@graph": [ { "@type": "Product", "name": "tshirt", "description": "test copy 1.", "image": "image.jpg" }, {...
Also I would like to add multiple offers in EUR and in USD for example ...
I managed it to run properly with everything. I will follow up shortly with a working example posting here. Thank you for looking into it.
As I understand the scrollRestoration issue persists. I have checked that when I set `experimental: { scrollRestoration: true }` on every page change my console gives me: ```javascript > window.history.scrollRestoration...
Absolutely the same issue, which is definitely bad for SEO and also for legacy routes redirects. Lets say I have the i18n config: ```javascript i18n: { locales: ['en', 'de'], defaultLocale:...
I use SCSS & next-sass package .... url('....jpg') does not get into my dist folder
Not a pretty workaround is to inline style the background... I only did not figure out how to serve webp and fallback to jpg if needed, so I just server...
> I am having the same issue. We ended up redirecting at DNS level...
Yes, same issue. And it seems your comment is now 2 years old... hmmm