fixed unlighthouse 7
This commit is contained in:
parent
cea02754ce
commit
ae98709260
4 changed files with 6 additions and 4 deletions
|
@ -87,5 +87,7 @@ jobs:
|
|||
- name: Check status and redeploy
|
||||
run: |
|
||||
dockge status firq-dev-unlighthouse
|
||||
dockge down firq-dev-unlighthouse
|
||||
dockge update firq-dev-unlighthouse
|
||||
dockge start firq-dev-unlighthouse
|
||||
dockge status firq-dev-unlighthouse
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.87",
|
||||
"version": "0.2.0-pre.88",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@firq/fgosite",
|
||||
"version": "0.2.0-pre.87",
|
||||
"version": "0.2.0-pre.88",
|
||||
"dependencies": {
|
||||
"@astro-community/astro-embed-youtube": "^0.5.6",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@firq/fgosite",
|
||||
"type": "module",
|
||||
"version": "0.2.0-pre.87",
|
||||
"version": "0.2.0-pre.88",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
|
|
|
@ -19,7 +19,7 @@ export default async () => {
|
|||
deviceScaleFactor: 1.75,
|
||||
},
|
||||
lighthouseConfig: {
|
||||
skipAudits: ['is-on-https', 'redirects-http'],
|
||||
skipAudits: ['is-on-https', 'redirects-http', 'uses-http2'],
|
||||
},
|
||||
},
|
||||
puppeteerOptions: {
|
||||
|
|
Loading…
Add table
Reference in a new issue