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
|
- name: Check status and redeploy
|
||||||
run: |
|
run: |
|
||||||
dockge status firq-dev-unlighthouse
|
dockge status firq-dev-unlighthouse
|
||||||
|
dockge down firq-dev-unlighthouse
|
||||||
dockge update firq-dev-unlighthouse
|
dockge update firq-dev-unlighthouse
|
||||||
|
dockge start firq-dev-unlighthouse
|
||||||
dockge status 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",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.87",
|
"version": "0.2.0-pre.88",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"version": "0.2.0-pre.87",
|
"version": "0.2.0-pre.88",
|
||||||
"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.87",
|
"version": "0.2.0-pre.88",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
|
@ -19,7 +19,7 @@ export default async () => {
|
||||||
deviceScaleFactor: 1.75,
|
deviceScaleFactor: 1.75,
|
||||||
},
|
},
|
||||||
lighthouseConfig: {
|
lighthouseConfig: {
|
||||||
skipAudits: ['is-on-https', 'redirects-http'],
|
skipAudits: ['is-on-https', 'redirects-http', 'uses-http2'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
puppeteerOptions: {
|
puppeteerOptions: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue