Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mizok authored Jun 10, 2022
1 parent 3b4f443 commit e7744ad
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 @@ -68,7 +68,7 @@ console.log(PROCESS.MODE) // this will output development|production

### My `img` tag is not showing because `webpack` seems to get my `src` wrong.

Check if you are using `alias` path , but not relative path, like below:
You have to use `alias` path , not relative path(like below):

```html
<img src="~@img/logo.png">
Expand Down

0 comments on commit e7744ad

Please sign in to comment.