|
12 | 12 | 'defaults' => [
|
13 | 13 | 'title' => 'NativePHP', // set false to total remove
|
14 | 14 | 'titleBefore' => false, // Put defaults.title before page title, like 'It's Over 9000! - Dashboard'
|
15 |
| - 'description' => 'Turn your Laravel app into a desktop app', // set false to total remove |
| 15 | + 'description' => 'Turn your Laravel apps into native desktop and mobile apps', // set false to total remove |
16 | 16 | 'separator' => ' - ',
|
17 | 17 | 'keywords' => [],
|
18 | 18 | 'canonical' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove
|
|
37 | 37 | * The default configurations to be used by the opengraph generator.
|
38 | 38 | */
|
39 | 39 | 'defaults' => [
|
40 |
| - 'title' => 'Herd', // set false to total remove |
41 |
| - 'description' => 'Launch Laravel faster than ever before.', // set false to total remove |
42 |
| - 'url' => false, // Set null for using Url::current(), set false to total remove |
| 40 | + 'title' => 'NativePHP', // set false to total remove |
| 41 | + 'description' => 'Build native applications, with the tools you already know.', // set false to total remove |
| 42 | + 'url' => null, // Set null for using Url::current(), set false to total remove |
43 | 43 | 'type' => false,
|
44 | 44 | 'site_name' => false,
|
45 |
| - 'images' => [], |
| 45 | + 'images' => [ |
| 46 | + asset('img/og.png'), |
| 47 | + ], |
46 | 48 | ],
|
47 | 49 | ],
|
48 | 50 | 'twitter' => [
|
|
59 | 61 | * The default configurations to be used by the json-ld generator.
|
60 | 62 | */
|
61 | 63 | 'defaults' => [
|
62 |
| - 'title' => 'Herd', // set false to total remove |
63 |
| - 'description' => 'Launch Laravel faster than ever before.', // set false to total remove |
| 64 | + 'title' => 'NativePHP', // set false to total remove |
| 65 | + 'description' => 'Build native applications, with the tools you already know.', // set false to total remove |
64 | 66 | 'url' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove
|
65 | 67 | 'type' => 'WebPage',
|
66 | 68 | 'images' => [],
|
|
0 commit comments