Skip to content
Timothy edited this page Jun 9, 2021 · 2 revisions
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 front-matter 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

How can I use redux in the template? See this [demo branch](https://github.com/timlrx/tailwind-nextjs-starter-blog/pull/62) for more information. For more information refer to nexjs documentation.
Clone this wiki locally