mirror of
https://github.com/Karaka-Management/oms-QA.git
synced 2026-01-11 15:48:42 +00:00
lighthouse improvements
This commit is contained in:
parent
f10faa1561
commit
f07758cd92
|
|
@ -355,8 +355,8 @@ final class Application
|
|||
private function initResponseHead(Head $head, HttpRequest $request, HttpResponse $response) : void
|
||||
{
|
||||
/* Load assets */
|
||||
$head->addAsset(AssetType::CSS, '../Resources/fonts/fontawesome/css/font-awesome.min.css?v=1.0.0');
|
||||
$head->addAsset(AssetType::CSS, '../Resources/fonts/Roboto/roboto.css?v=1.0.0');
|
||||
$head->addAsset(AssetType::CSS, '../Resources/fonts/fontawesome/css/font-awesome.min.css');
|
||||
$head->addAsset(AssetType::CSS, '../Resources/fonts/Roboto/roboto.css');
|
||||
$head->addAsset(AssetType::CSS, '../Web/{APPNAME}/css/qa.css?v=1.0.0');
|
||||
|
||||
// Framework
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user