next-learn
next-learn copied to clipboard
Chapter 2 - CSS Styling: root layout (wrong URL)
The sentence in Chapter 2 on CSS Styling says:
You can import global.css in any component in your application, but it's usually good practice to add it to your top-level component. In Next.js, this is the [root layout](https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts#root-layout-required) (more on this later).
The root layout link links to a 404 page instead of the correct URL on the Root Layout.
The correct URL is: https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates#root-layout-required