Skip to content

Commit

Permalink
Merge branch 'canary' into fix/mixed-preview-on-demand
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Aug 4, 2022
2 parents 31aab97 + 6b49d47 commit 2eb747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Expand Up @@ -84,7 +84,7 @@ Create two directories `pages` and `public` at the root of your application:

Next.js is built around the concept of [pages](/docs/basic-features/pages.md). A page is a [React Component](https://reactjs.org/docs/components-and-props.html) exported from a `.js`, `.jsx`, `.ts`, or `.tsx` file in the `pages` directory. You can even add [dynamic route](/docs/routing/dynamic-routes) parameters with the filename.

Inside the `pages` directory add the `index.js` file to get started. This is the page that is rendered when the user visits the root of your application
Inside the `pages` directory add the `index.js` file to get started. This is the page that is rendered when the user visits the root of your application.

Populate `pages/index.js` with the following contents:

Expand Down

0 comments on commit 2eb747f

Please sign in to comment.