diff --git a/.forgejo/workflows/unlighthouse.yml b/.forgejo/workflows/unlighthouse.yml index 48c36e0..8be6015 100644 --- a/.forgejo/workflows/unlighthouse.yml +++ b/.forgejo/workflows/unlighthouse.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout repository uses: https://code.forgejo.org/actions/checkout@v3 - name: Run unlighthouse - run: unlighthouse-ci --site "http://localhost:8081/" --disable-dynamic-sampling + run: unlighthouse-ci --site "http://localhost:8081/" - name: Prepare artifacts run: cp serve.json unlighthouse-reports - name: Upload reports diff --git a/package.json b/package.json index 3502a46..0240871 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@firq/fgosite", "type": "module", - "version": "0.2.0-pre.14", + "version": "0.2.0-pre.16", "private": true, "scripts": { "dev": "astro dev", diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts index 53ba891..8ae18a1 100644 --- a/unlighthouse.config.ts +++ b/unlighthouse.config.ts @@ -10,12 +10,13 @@ export default { }, ci: { budget: 50, - buildStatic: true + buildStatic: true, }, scanner: { device: 'mobile', sitemap: true, throttle: false, + dynamicSampling: false, }, outputPath: "unlighthouse-reports", }