We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73eeb05 commit 7c298d1Copy full SHA for 7c298d1
app/code/Magento/Theme/view/base/templates/root.phtml
@@ -7,8 +7,10 @@
7
<!doctype html>
8
<html <?= /* @noEscape */ $htmlAttributes ?>>
9
<head <?= /* @noEscape */ $headAttributes ?>>
10
- <?= /* @noEscape */ $requireJs ?>
11
<?= /* @noEscape */ $headContent ?>
+ <?= /* @noEscape */ $headCritical ?>
12
+ <?= /* @noEscape */ $requireJs ?>
13
+ <?= /* @noEscape */ $headAssets ?>
14
<?= /* @noEscape */ $headAdditional ?>
15
</head>
16
<body data-container="body"
0 commit comments