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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ super-rentals
143143
│ │ ├── vendor.css
144144
│ │ └── vendor.js
145145
│ ├── assets
146-
│ │ ├── app-D-PcchqM.js
147146
│ │ ├── app-DgioD2rk.css
148-
│ │ ├── main-DEH6E7fO.js
149-
│ │ ├── modules-4-12-Bo35UVHo.js
147+
│ │ ├── app-RLBXMVqt.js
148+
│ │ ├── main-upNQ9pYn.js
149+
│ │ ├── modules-4-12-qZG_stVw.js
150150
│ │ ├── tests-BdSWFklr.css
151-
│ │ ├── tests-DcQy50Rz.js
152-
│ │ └── views-BPn0KCuk.js
151+
│ │ ├── tests-Bz2XNqEl.js
152+
│ │ └── views-9rzaDpLH.js
153153
│ ├── ember-welcome-page
154154
│ │ └── construction.png
155155
│ ├── tests
@@ -218,11 +218,11 @@ Build successful (9761ms)
218218

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

223223

224224

225-
VITE v8.0.14 ready in 3341 ms
225+
VITE v8.0.14 ready in 3146 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
@@ -165,12 +165,12 @@ Build successful (13286ms)
165165

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

170170

171-
4:52:28 AM [vite] (client) Re-optimizing dependencies because lockfile has changed
171+
4:27:26 AM [vite] (client) Re-optimizing dependencies because lockfile has changed
172172

173-
VITE v8.0.14 ready in 3364 ms
173+
VITE v8.0.14 ready in 3313 ms
174174

175175
➜ Local: http://localhost:4200/
176176
```
-27.7 KB
Loading
182 KB
Loading
-95.1 KB
Loading
-95.1 KB
Loading
-93 KB
Loading
688 KB
Loading
-184 KB
Loading

0 commit comments

Comments
 (0)