Skip to content
Timothy edited this page Jun 9, 2021 · 2 revisions

FAQs

Default build / Codesandbox fails with a `TypeError: xxx is not a function` Please check on your node version and ensure that it is >=12. Codesandbox uses node 10 by default while tailwindcss requires node >=12.
Can you add localization / i18n support? Next.js has [built-in support for i18n](https://nextjs.org/docs/advanced-features/i18n-routing) so you can modify the next.config.js file to support it.
Can you add a featured image to the blog post? Nope, sorry - I prefer to have greater control over the images rendered in the post. `images` in the frontmatter are used for SEO purposes.

Luckily, you can very easily customize PostLayout to render the image with the frontmatter information already passed to the template

Clone this wiki locally