We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b1514 commit 17d52c6Copy full SHA for 17d52c6
docs/documentation/stories/asset-configuration.md
@@ -19,7 +19,7 @@ The array below does the same as the default one:
19
```json
20
"assets": [
21
{ "glob": "**/*", "input": "src/assets/", "output": "/assets/" },
22
- { "glob": "favicon.ico", "input": "/src", "output": "/" },
+ { "glob": "favicon.ico", "input": "src/", "output": "/" },
23
]
24
```
25
0 commit comments