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