We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5bb3ce commit bb2671bCopy full SHA for bb2671b
docs/documentation/stories/asset-configuration.md
@@ -20,7 +20,7 @@ The array below does the same as the default one:
20
```json
21
"assets": [
22
{ "glob": "**/*", "input": "src/assets/", "output": "/assets/" },
23
- { "glob": "favicon.ico", "input": "/src", "output": "/" },
+ { "glob": "favicon.ico", "input": "src/", "output": "/" },
24
]
25
```
26
0 commit comments