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 fcd4c48 commit 07e5951Copy full SHA for 07e5951
README.md
@@ -23,7 +23,7 @@ return function ($site) {
23
24
// Or you can simply return an array.
25
return [
26
- 'value' => site()->title(),
+ 'title' => site()->title(),
27
];
28
29
```
0 commit comments