Andrew Jones

Results 10 comments of Andrew Jones

@garmeeh I'd love to implement this but quick question on the approach. From what I can tell from here [https://schema.org/Article](https://schema.org/Article) and here [https://schema.org/BlogPosting]( https://schema.org/BlogPosting), Article and BlogPosting have the _exact_...

Me too, but mainly interested in trading results

This would be helpful for us too - any updates?

@evilebottnawi I think that the Webpack comments for preload/prefetch are only available on JS modules, and don't apply to CSS chunks. https://webpack.js.org/guides/code-splitting/#prefetchingpreloading-modules Is there another path we can take to...

@yeliex it would be `/api`, not `/apis` (for consistency with the current `/pages/api`) I didn't propose `/app/api` because I thought that would get confusing since API routes won't have the...

Hi @jimmyjamieson - it's noted in the beta docs [here](https://beta.nextjs.org/docs/app-directory-roadmap#not-planned-features) that they're not planning i18n support in `/app` Have you tried something like this? `/app/[locale]/` That should give you a...

Hey @leerob ! Is there any chance you or the team could briefly describe what that solution will look like, even if the example isn't implemented yet? The "official word"...

Thanks @timneutkens ! This is super helpful

@hwillson I'm using 3.1.1 on everything, for sure, and facing this issue. I tried downgrading to 3.0 and re-upgrading to 3.1.1 and that seemed to work once, but as soon...

@Soreng95 I found out that this is actually an issue in Sanity itself - it was fixed today but the fix won't be released until tomorrow: [https://github.com/sanity-io/sanity/issues/4539](https://github.com/sanity-io/sanity/issues/4539) if you hardcode...