fixed unlighthouse 9
This commit is contained in:
parent
02d5af5a2d
commit
278befbb50
3 changed files with 5 additions and 7 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.89",
|
"version": "0.2.0-pre.90",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.89",
|
"version": "0.2.0-pre.90",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||||
"@astrojs/check": "^0.9.4",
|
"@astrojs/check": "^0.9.4",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0-pre.89",
|
"version": "0.2.0-pre.90",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
|
@ -22,10 +22,7 @@ export default async () => {
|
||||||
width: 412,
|
width: 412,
|
||||||
height: 823,
|
height: 823,
|
||||||
deviceScaleFactor: 1.75,
|
deviceScaleFactor: 1.75,
|
||||||
},
|
}
|
||||||
lighthouseConfig: {
|
|
||||||
skipAudits: ['is-on-https', 'redirects-http', 'uses-http2'],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
puppeteerOptions: {
|
puppeteerOptions: {
|
||||||
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
args: ['--no-sandbox', '--disable-setuid-sandbox'],
|
||||||
|
@ -36,6 +33,7 @@ export default async () => {
|
||||||
ci: {
|
ci: {
|
||||||
budget: 50,
|
budget: 50,
|
||||||
buildStatic: true,
|
buildStatic: true,
|
||||||
|
skipAudits: ['is-on-https', 'redirects-http', 'uses-http2']
|
||||||
},
|
},
|
||||||
scanner: {
|
scanner: {
|
||||||
sitemap: true,
|
sitemap: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue