We have already touched on this topic slightly in the previous chapter, but this time let's dive a bit deeper into it.
Although Next.js provides lots and lots of perks out of the box, sometimes it is required to add some extra stuff, just like before, for CSS and image support.
Next.js, especially the latest version, offers a good amount of tools to customize the build and add lots of uncommon things.
In this chapter, we will learn about:
- Special pages
- How to make custom configurations
- How to customize Webpack; for example, how to add TypeScript support
- How to configure Babel