Ian Hornik

Results 23 comments of Ian Hornik

This sounds very exciting, may I ask what the progress with this is?

I see. I really like the design mockups by @Drewbi, they're a great start. What I struggle to understand is the following: The latest stance seems to be to have...

@slorber i'll see if I can craft something up. I'll be honest, I haven't really been using Netlify/Vercel at all yet, but better starting late with it than never. The...

Quick update: I managed to patch together an image generation service at https://github.com/yiliansource/docusaurus-og-image, however there are some issues with my current setup when deployed to Vercel, which I'll have to...

@slorber I'm afraid this is a little above me, I managed to get the generation working perfectly on my local machine, but deployment (even just for development testing on Vercel)...

You can also unblock them by navigating to the plugins directory in Windows Powershell and running ```ps dir -Path . | Unblock-File ```

I see, that really doesn't look too bad. Could still be made into a seperate package though, for convenience at least!

Would be great if this could be mentioned in the README! Edit: Here's the workaround I used (placed directly after the other imports): ```js if (typeof window !== "undefined") {...

I'm heavily in favour of changing this. Or atleast of adding an option that allows this. The fix of changing the styles is nice, but some React frameworks throw a...