Skip to content

Commit

Permalink
docs: clarify which options are configurable via config/environment.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Oct 27, 2021
1 parent 136ca56 commit b861c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ As of v3.0.0 this addon maintains the page title by using the `<title>` tag in y
| replace | boolean | false | Replace all previous elements with the active |
| front | boolean | false | If the token should always be in the beginning of the resulting title. |

These defaults are configurable in `config/environment.js`:
The default values for `separator`, `prepend` and `replace` are configurable via `config/environment.js`:

```javascript
// config/environment.js
Expand Down

0 comments on commit b861c62

Please sign in to comment.