docs: update inlineCritical default value (#40920)
Related to https://github.com/angular/angular-cli/pull/20096 PR Close #40920
This commit is contained in:
parent
4859c0947a
commit
06fb318b3b
|
@ -424,7 +424,7 @@ There are several options that can be used to fine-tune the optimization of an a
|
|||
<td><code>inlineCritical</code></td>
|
||||
<td>Extract and inline critical CSS definitions to improve <a href="https://web.dev/first-contentful-paint/">First Contentful Paint.</td>
|
||||
<td><code class="no-auto-link">boolean</code></td>
|
||||
<td><code>false</code></td>
|
||||
<td><code>true</code></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue