Nico Bachner
Nico Bachner
No, that's not all there was to it. I noticed about 5 variations of "Web [insert whatever here]" and merged them to an all-encompassing term "Web Dev". I should have...
Ah... Should I leave that one as it is, or merge it into Web Dev?
What about a page-based approach? For example: https://uses.tech/ubuntu Admittedly, I am not very familiar with Gatsby, but I assume there is a way you can call a route `[slug].js`? That...
Sure thing! I'll look into it.
Shiki support is experimentally enabled as of v0.8.1. Future versions will fix some known issues.
> Thanks for the PR! > > This looks really cool! > > However, we can't accept breaking changes to the API at this time since its referenced by https://vercel.com/docs...
> It can be solved by adding “rewrites” to next.config.js Which part of the issue do you mean by that?
Thanks @aguilaair for the explanation, but that part was clear to me. The breaking changes I am worried about are caused by my implementation being ever so slightly different from...
How about an approach that does this but inside the code itself, not in the type? For example: ```tsx import { hsl } from '@stitches/react'; // or make your own...