Skip to content

Commit 8097a37

Browse files
authored
Few more test bug failures (#3427)
* Fix CLS on Table of Contents page * Disable animated audit
1 parent 7a0e3a0 commit 8097a37

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/lighthouse/lighthouse-config-dev.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"bootup-time": "off",
88
"canonical": "off",
99
"dom-size": "off",
10+
"efficient-animated-content": "off",
1011
"first-contentful-paint": "off",
1112
"first-cpu-idle": "off",
1213
"first-meaningful-paint": "off",

.github/lighthouse/lighthouse-config-prod.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"bf-cache": "off",
1010
"bootup-time": "off",
1111
"dom-size": "off",
12+
"efficient-animated-content": "off",
1213
"first-contentful-paint": "off",
1314
"first-cpu-idle": "off",
1415
"first-meaningful-paint": "off",

src/templates/base/table_of_contents.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
{% block styles %}
88
{{ super() }}
9+
<link rel="preload" href="/static/fonts/Lato-Italic.woff2" as="font" type="font/woff2" crossorigin>
910
<style nonce="{{ csp_nonce() }}">
1011
.contents-wrapper {
1112
display: grid;

0 commit comments

Comments
 (0)