Skip to content

Commit

Permalink
Add Netlify _redirects file
Browse files Browse the repository at this point in the history
  • Loading branch information
ember-tomster committed Mar 24, 2020
1 parent 99cf2f8 commit a06d718
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion guides/release/tutorial/part-1/orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ super-rentals
│ ├── optional-features.json
│ └── targets.js
├── public
│ ├── _redirects
│ └── robots.txt
├── tests
│ ├── helpers
Expand All @@ -149,7 +150,7 @@ super-rentals
├── package-lock.json
└── testem.js
15 directories, 32 files
15 directories, 33 files
```

We'll learn about the purposes of these files and folders as we go. For now, just know that we'll spend most of our time working within the `app` folder.
Expand Down
3 changes: 2 additions & 1 deletion guides/release/tutorial/part-1/working-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,10 @@ public
├── assets
│ └── images
│ └── teaching-tomster.png
├── _redirects
└── robots.txt
4 directories, 6 files
4 directories, 7 files
```

You can verify that everything is working correctly by navigating to `http://localhost:4200/api/rentals.json`.
Expand Down

0 comments on commit a06d718

Please sign in to comment.