Samuel Goff

Results 19 comments of Samuel Goff

> Probably because [Static HTML Export](https://nextjs.org/docs/advanced-features/static-html-export) doesn't support `Internationalized Routing` > You can see that in [Unsupported Features in Static HTML Export](https://nextjs.org/docs/advanced-features/static-html-export#unsupported-features) Hi @Babbili that's the entire reason I'm trying...

Hi @alex289, that's great news! However, there are still legitimate reasons why I might want to explicitly turn this off, which is the entire reason it exists in the docs....

Hey @markplewis, thanks for reminding me. I forgot to mention: ideally Nextjs wouldn’t attempt to scale up the image above native resolution ever, because this will always be inferior to...

> Ideally, there would also be a way to limit the number of `srcSet` sizes on a per-image basis. If it’s working properly, the values you pass into `sizes` prop...

> Thanks @samuelgoff, all of that makes sense. I'm working on my first NextJs project and I was surprised that every image uses the same, global set of sizes to...

> Thanks @samuelgoff, all of that makes sense. I'm working on my first NextJs project and I was surprised that every image uses the same, global set of sizes to...

> Not sure if this is related but for some reason if you provide a query with calc, like this: `(min-width: 740px) calc(100vw - 100px)` it will produce similar results:...

> The `secondary` prop isn't available on themes that don't have `button.default` defined - in your codesandbox example you are using the grommet theme which doesn't use `button.default`. The hope...

> This also happens with the new Image component in Next.js 13 That's truly disappointing. I was hopeful they would've addressed this issue in the rewrite, because it creates unnecessary...

To Vercel's credit, they've added support for webp & avif, which makes the overall file size smaller (avif is roughly 50% smaller than JPEG, all things being equal), but they...