Before we're going to start building our site, it's important to set up the way we're going to style it (to avoid significant CSS refactors later, which are never fun).
In this lesson we're going to learn how to create an _app.tsx
file in order to add a global.css
file to a Next.js app.