We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64f1714 + d635b34 commit ba546adCopy full SHA for ba546ad
src/markdown/tutorial/part-1/01-orientation.md
@@ -90,6 +90,10 @@ del package.json
90
}
91
```
92
93
+```run:file:create hidden=true cwd=super-rentals filename=public/_redirects
94
+/* /index.html 200
95
+```
96
+
97
```run:file:patch hidden=true cwd=super-rentals filename=tests/index.html
98
@@ -28,2 +28,91 @@
99
<script src="{{rootURL}}assets/tests.js"></script>
@@ -189,7 +193,7 @@ del package.json
189
193
yarn test
190
194
git add app/index.html
191
195
git add config/environment.js
192
-git add testem.js
196
+git add public/_redirects
197
git add tests/index.html
198
git commit --amend --no-edit
199
0 commit comments