next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Chapter 2 - CSS Styling: root layout (wrong URL)

Open igorradovanov opened this issue 1 year ago • 0 comments

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

igorradovanov avatar Oct 23 '24 09:10 igorradovanov