Skip to content

Commit 17d52c6

Browse files
alan-agius4kyliau
authored andcommitted
docs: fix asset input path
Closes #12219
1 parent 66b1514 commit 17d52c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/stories/asset-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The array below does the same as the default one:
1919
```json
2020
"assets": [
2121
{ "glob": "**/*", "input": "src/assets/", "output": "/assets/" },
22-
{ "glob": "favicon.ico", "input": "/src", "output": "/" },
22+
{ "glob": "favicon.ico", "input": "src/", "output": "/" },
2323
]
2424
```
2525

0 commit comments

Comments
 (0)