wutali / nextjs-netlify-blog-template

Next.js blogging template for Netlify
MIT License
454 stars 187 forks source link

Next.js 10 #17

Open productdevbook opened 3 years ago

productdevbook commented 3 years ago

I get errors when I update all libraries. Will you make the nextjs 10 updates?

AylanBoscarino commented 3 years ago

If you're having the error export * from '...' like I was, I wrote a answer in the issue #22

TL;DR you need to make some changes in the src/layouts/index.tsx component.