Skip to content

Commit bb2671b

Browse files
committed
docs: fix asset input path
Closes #12219
1 parent a5bb3ce commit bb2671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/stories/asset-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The array below does the same as the default one:
2020
```json
2121
"assets": [
2222
{ "glob": "**/*", "input": "src/assets/", "output": "/assets/" },
23-
{ "glob": "favicon.ico", "input": "/src", "output": "/" },
23+
{ "glob": "favicon.ico", "input": "src/", "output": "/" },
2424
]
2525
```
2626

0 commit comments

Comments
 (0)