Skip to content

Commit

Permalink
Improve upgrade-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Gruber committed Jul 25, 2022
1 parent 11cf69b commit 4aa5822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade-guide-2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let app = new EmberApp(defaults, {
});
```

You will also need to set ember-auto-import's `publicAssetURL`:
You will also need to set ember-auto-import's `publicAssetURL` (don't forget the trailing `/assets` for `autoImport.publicAssetURL`):

```js
let app = new EmberApp(defaults, {
Expand Down

0 comments on commit 4aa5822

Please sign in to comment.