Gabriele Antonini
Gabriele Antonini
> > This is how the dialog looks like on wider screens. Is that intentional? > > Yes, columns with text content to read should never get wider than a...
- try again the linked check and see why the linkchecker doesn't fail. The http header is 404
@melindafekete I had a more in depth look to the issue and the 2 cases you're pointing out as reproduction examples. There is a bug indeed, but it's not the...
Thank you @melindafekete . Have a thought also about how often this use case could happen in the future, so we could evaluate better if it's needed to invest time...
It might be related to [this issue](https://github.com/gatsbyjs/gatsby/issues/19618). Needs further investigation
After some tests here is what I've found out: - When opening a microsite non existing page I see something like this:  Essentially the first 404 is returned by...
This is how the request would look like without the catchall:  as you can see, the fact that the `https://docs-proxy-ga-test-404.commercetools.vercel.app/sssd` actually returns a 404 error, seems to fix the...
@nkuehn can you have a look to my previous 2 comments and let me know if that's expected and if would be acceptable to just remove the catchall 404 rule?
Just a reminder @nkuehn when you have time ☝
Thank you @nkuehn , following your advice i created a PR introducing a new `` component which can be used directly in `.mdx` files. By default it redirects to `/`...