Skip to content

Commit

Permalink
Update step07.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonjensen authored Mar 19, 2018
1 parent 30c2158 commit 6b48e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step07.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Try running the server again and reloading the page.

## Fixing your broken paths

You webpage is now very broken. There's a reason for that!
Your webpage is now very broken. There's a reason for that!

When the router function was in `server.js`, the paths to our assets (html, css etc) that were assigned to the `pathToFile` and `pathToIndex` variables, were correct. Now the router function has moved inside the `src` folder, we need to update the paths to our assets to make sure they point to the right location.

Expand Down

0 comments on commit 6b48e4d

Please sign in to comment.