Skip to content

Commit 7c298d1

Browse files
authored
Update root.phtml
1 parent 73eeb05 commit 7c298d1

File tree

1 file changed

+3
-1
lines changed
  • app/code/Magento/Theme/view/base/templates

1 file changed

+3
-1
lines changed

app/code/Magento/Theme/view/base/templates/root.phtml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
<!doctype html>
88
<html <?= /* @noEscape */ $htmlAttributes ?>>
99
<head <?= /* @noEscape */ $headAttributes ?>>
10-
<?= /* @noEscape */ $requireJs ?>
1110
<?= /* @noEscape */ $headContent ?>
11+
<?= /* @noEscape */ $headCritical ?>
12+
<?= /* @noEscape */ $requireJs ?>
13+
<?= /* @noEscape */ $headAssets ?>
1214
<?= /* @noEscape */ $headAdditional ?>
1315
</head>
1416
<body data-container="body"

0 commit comments

Comments
 (0)