Skip to content

Commit

Permalink
Merge pull request #225 from bertdeblock/update-docs
Browse files Browse the repository at this point in the history
Clarify which options are configurable via `config/environment.js`
  • Loading branch information
raido committed Oct 27, 2021
2 parents c2416ca + b861c62 commit 0e51df2
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 0e51df2

Please sign in to comment.