Skip to content

Commit 31ea067

Browse files
committed
MC-16871: Test for possible bugs
- Disable critical css in config;
1 parent f15e2e5 commit 31ea067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Disallow: /*SID=
7070
<move_inline_to_bottom>0</move_inline_to_bottom>
7171
</js>
7272
<css>
73-
<use_css_critical_path>1</use_css_critical_path>
73+
<use_css_critical_path>0</use_css_critical_path>
7474
</css>
7575
</dev>
7676
</default>

0 commit comments

Comments
 (0)