Skip to content

Add Netlify _redirects file #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/markdown/tutorial/part-1/01-orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ del package.json
}
```

```run:file:create hidden=true cwd=super-rentals filename=public/_redirects
/* /index.html 200
```

```run:file:patch hidden=true cwd=super-rentals filename=tests/index.html
@@ -28,2 +28,91 @@
<script src="{{rootURL}}assets/tests.js"></script>
Expand Down Expand Up @@ -189,7 +193,7 @@ del package.json
yarn test
git add app/index.html
git add config/environment.js
git add testem.js
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

testem patch was removed in #128

git add public/_redirects
git add tests/index.html
git commit --amend --no-edit
```
Expand Down