File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ What import alias would you like configured? @/*
32
32
```
33
33
After the prompts, ` create-next-app ` will create a folder with your project name and install the required dependencies.
34
34
35
- Create a root layout inside ` app/layout.tsx ` with the required ` <html> ` and `` <body> ` ` tags:
35
+ Create a root layout inside ` app/layout.tsx ` with the required ` <html> ` and ` <body> ` tags:
36
36
37
37
``` tsx
38
38
// app/layout.tsx
@@ -64,4 +64,4 @@ Visit `http://localhost:3000` to view your application.
64
64
Edit ` app/page.tsx ` (or ` pages/index.tsx ` ) file and save it to see the updated result in your browser.
65
65
66
66
67
- <a href =" https://nextjs.org/docs/app " ><img src =" emty.png " ></a >
67
+ <a href =" https://nextjs.org/docs/app " ><img src =" emty.png " alt = " continuereading " / ></a >
You can’t perform that action at this time.
0 commit comments