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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To verify that your installation was successful, run:
2424

2525
```shell
2626
$ ember --version
27-
ember-cli: 7.0.0
27+
ember-cli: 7.0.1
2828
node: 20.20.2
2929
os: linux x64
3030
```
@@ -213,19 +213,16 @@ Environment: development
213213
building...
214214

215215

216-
217216
Build successful (9761ms)
218217

219218

220219
Slowest Nodes (totalTime >= 5%) | Total (avg)
221220
-+-
222-
@embroider/compat/app (1) | 222ms
223-
Babel: @embroider/macros (1) | 211ms
224-
@embroider/compat/addons (1) | 100ms
221+
Babel: @embroider/macros (1) | 345ms
225222

226223

227224

228-
VITE v8.0.14 ready in 2269 ms
225+
VITE v8.0.14 ready in 3201 ms
229226

230227
➜ Local: http://localhost:4200/
231228
```

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

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

166166
Slowest Nodes (totalTime >= 5%) | Total (avg)
167167
-+-
168-
Babel: @embroider/macros (1) | 188ms
168+
Babel: @embroider/macros (1) | 337ms
169169

170170

171-
4:27:46 AM [vite] (client) Re-optimizing dependencies because lockfile has changed
171+
4:29:42 AM [vite] (client) Re-optimizing dependencies because lockfile has changed
172172

173-
VITE v8.0.14 ready in 1797 ms
173+
VITE v8.0.14 ready in 3233 ms
174174

175175
➜ Local: http://localhost:4200/
176176
```
-27.7 KB
Loading
-200 KB
Loading
-45.7 KB
Loading
93 KB
Loading
-93 KB
Loading

0 commit comments

Comments
 (0)