Add (lqip)
This commit is contained in:
@@ -188,11 +188,11 @@
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
// 'Example' => App\Facades\Example::class,
|
||||
'Debugbar' => Barryvdh\Debugbar\Facades\Debugbar::class,
|
||||
'SEOMeta' => Artesaos\SEOTools\Facades\SEOMeta::class,
|
||||
'OpenGraph' => Artesaos\SEOTools\Facades\OpenGraph::class,
|
||||
'Twitter' => Artesaos\SEOTools\Facades\TwitterCard::class,
|
||||
'JsonLd' => Artesaos\SEOTools\Facades\JsonLd::class,
|
||||
'JsonLdMulti' => Artesaos\SEOTools\Facades\JsonLdMulti::class,
|
||||
'SEOMeta' => Artesaos\SEOTools\Facades\SEOMeta::class,
|
||||
'OpenGraph' => Artesaos\SEOTools\Facades\OpenGraph::class,
|
||||
'Twitter' => Artesaos\SEOTools\Facades\TwitterCard::class,
|
||||
'JsonLd' => Artesaos\SEOTools\Facades\JsonLd::class,
|
||||
'JsonLdMulti' => Artesaos\SEOTools\Facades\JsonLdMulti::class,
|
||||
'SEO' => Artesaos\SEOTools\Facades\SEOTools::class,
|
||||
|
||||
])->toArray(),
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* The Google Tag Manager id, should be a code that looks something like "gtm-xxxx".
|
||||
*/
|
||||
'id' => env('GOOGLE_TAG_MANAGER_ID', ''),
|
||||
|
||||
|
||||
/*
|
||||
* Enable or disable script rendering. Useful for local development.
|
||||
*/
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* The default configurations to be used by the meta generator.
|
||||
*/
|
||||
'defaults' => [
|
||||
'title' => "ProductAlert", // set false to total remove
|
||||
'title' => 'ProductAlert', // set false to total remove
|
||||
'titleBefore' => false, // Put defaults.title before page title, like 'It's Over 9000! - Dashboard'
|
||||
'description' => 'Find top-rated product reviews at ProductAlert. Discover the latest trends, best brands, and right prices. Your guide to making the best purchase decisions!', // set false to total remove
|
||||
'separator' => ' - ',
|
||||
|
||||
Reference in New Issue
Block a user