mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-13 17:17:28 +02:00
chore: lighthouse report has no PWA section anymore (#10258)
This commit is contained in:
parent
6dd9a5076e
commit
03e11dc0c6
1 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
// @ts-check
|
||||
|
||||
/** @typedef {Record<'performance' | 'accessibility' | 'best-practices' | 'seo' | 'pwa', number>} LighthouseSummary */
|
||||
/** @typedef {Record<'performance' | 'accessibility' | 'best-practices' | 'seo', number>} LighthouseSummary */
|
||||
|
||||
/** @type {Record<keyof LighthouseSummary, string>} */
|
||||
const summaryKeys = {
|
||||
|
@ -15,7 +15,6 @@ const summaryKeys = {
|
|||
accessibility: 'Accessibility',
|
||||
'best-practices': 'Best Practices',
|
||||
seo: 'SEO',
|
||||
pwa: 'PWA',
|
||||
};
|
||||
|
||||
/** @param {number} rawScore */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue