Skip to content

File tree

guides/release/tutorial/part-1/building-pages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
In this chapter, you will build the first few pages of your Ember app and set up links between them. By the end of this chapter, you should have two new pages – an about page and a contact page. These pages will be linked to from your landing page:
44

5-
<img src="/images/tutorial/part-1/building-pages/index-with-link@2x.png" alt="The Super Rentals app (homepage) by the end of the chapter" width="1024" height="251">
5+
<img src="/images/tutorial/part-1/building-pages/index-with-link@2x.png" alt="The Super Rentals app (homepage) by the end of the chapter" width="1024" height="100">
66

77
<img src="/images/tutorial/part-1/building-pages/about-with-link@2x.png" alt="The Super Rentals app (about page) by the end of the chapter" width="1024" height="275">
88

@@ -197,7 +197,7 @@ However, when clicking on one of these special links, Ember will intercept the c
197197

198198
<!-- TODO: make this a gif instead -->
199199

200-
<img src="/images/tutorial/part-1/building-pages/index-with-link@2x.png" alt="Index page after adding the link" width="1024" height="251">
200+
<img src="/images/tutorial/part-1/building-pages/index-with-link@2x.png" alt="Index page after adding the link" width="1024" height="100">
201201

202202
<img src="/images/tutorial/part-1/building-pages/about-with-link@2x.png" alt="About page after adding the link" width="1024" height="275">
203203

guides/release/tutorial/part-1/orientation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ Build successful (9761ms)
218218

219219
Slowest Nodes (totalTime >= 5%) | Total (avg)
220220
-+-
221-
Babel: @embroider/macros (1) | 285ms
221+
Babel: @embroider/macros (1) | 313ms
222222

223223

224224

225-
VITE v8.0.16 ready in 2831 ms
225+
VITE v8.0.16 ready in 3116 ms
226226

227227
➜ Local: http://localhost:4200/
228228
```

guides/release/tutorial/part-1/reusable-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ Build successful (13286ms)
166166

167167
Slowest Nodes (totalTime >= 5%) | Total (avg)
168168
-+-
169-
Babel: @embroider/macros (1) | 279ms
169+
Babel: @embroider/macros (1) | 296ms
170170

171171

172-
5:09:21 AM [vite] (client) Re-optimizing dependencies because lockfile has changed
172+
5:20:08 AM [vite] (client) Re-optimizing dependencies because lockfile has changed
173173

174-
VITE v8.0.16 ready in 2802 ms
174+
VITE v8.0.16 ready in 3134 ms
175175

176176
➜ Local: http://localhost:4200/
177177
```
-27.7 KB
Loading
52.2 KB
Loading

0 commit comments

Comments
 (0)