Lee Robinson
Lee Robinson
Once we feel good about this package, I can update the docs!
Followed the instructions: https://github.com/sveltejs/kit/discussions/5774#discussion-4267008 ```bash npx svelte-migrate routes ```
We could consider adding https://github.com/xiphux/svimg for handling images, or similar.
Also updated to the latest version of Nextra.
Learn more: https://www.youtube.com/watch?v=wv7w_Zx-FMU
https://vercel.com/blog/introducing-vercel-og-image-generation-fast-dynamic-social-card-images
- What versions of Nuxt are supported with this builder - How should I move to Nuxt 3 + zero config builder with Nitro? - Should this repository be archived?...
Rather than `node-fetch`, we could use just `fetch` if Node.js 18 is detected 😄 When using Next.js specifically, it's best for packages to not ship `fetch` polyfills.