Add (minifier)
Add (seotools): facebook app id
This commit is contained in:
19
config/htmlminify.php
Normal file
19
config/htmlminify.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Env Variable for HTML_MINIFY
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Set this value to the false if you don't need html minify
|
||||
| this is by default "true"
|
||||
|
|
||||
*/
|
||||
'default' => env('HTML_MINIFY', true),
|
||||
|
||||
// exclude route name for exclude from minify
|
||||
'exclude_route' => [
|
||||
// 'routeName'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user