Alistair Smith

Results 121 comments of Alistair Smith

Any update on this?

Brilliant idea! If you would like to create a PR, that would be totally awesome! :)

Yeah that would be cool. Although perhaps it would be better if we manually specified which image to use in the post's config. You can type it as `NextStaticImage` (or...

no rush! thank you so much :)

I second this, can we get a PR for?

TypeScript can take us a lot further with control flow with having known literal types. For example ```ts declare const x: "yes" | "no"; if (x === "yes") { //...

Ahh please accept my apology for the misunderstanding. I can't seem to really think of a direct use case in this context, but at the very least it's nice to...

Perhaps `_meta.json` would be more apt being more descriptive of what we're looking at. Similar to `_app` & `_document` etc