Skip to content

Commit

Permalink
Merge pull request #586 from marcelmorgan/patch-2
Browse files Browse the repository at this point in the history
Caught instead of called?
  • Loading branch information
halfzebra committed May 15, 2021
2 parents 8a148da + 8087c45 commit 1a4e2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ const logo = `<img src=${process.env.PUBLIC_URL + '/img/logo.svg'} />`;
Keep in mind the downsides of this approach:

* None of the files in `public` folder get post-processed or minified.
* Missing files will not be called at compilation time, and will cause 404 errors for your users.
* Missing files will not be caught at compilation time, and will cause 404 errors for your users.
* Result filenames won’t include content hashes so you’ll need to add query arguments or rename them every time they change.

### When to Use the `public` Folder
Expand Down

0 comments on commit 1a4e2ef

Please sign in to comment.