tweak
This commit is contained in:
parent
907d370b19
commit
1042de2f8f
|
|
@ -100,11 +100,6 @@ class HeadComposer
|
||||||
'integrity' => 'sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=',
|
'integrity' => 'sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=',
|
||||||
'crossorigin' => 'anonymous',
|
'crossorigin' => 'anonymous',
|
||||||
];
|
];
|
||||||
$links[] = [
|
|
||||||
'rel' => 'preload',
|
|
||||||
'as' => 'script',
|
|
||||||
'href' => $this->webpack->url('app.js'),
|
|
||||||
];
|
|
||||||
$links[] = ['rel' => 'stylesheet', 'href' => $this->webpack->url('style.css')];
|
$links[] = ['rel' => 'stylesheet', 'href' => $this->webpack->url('style.css')];
|
||||||
$view->with('links', $links);
|
$view->with('links', $links);
|
||||||
$view->with('inline_css', option('custom_css'));
|
$view->with('inline_css', option('custom_css'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user