1
0

More screenshots

This commit is contained in:
2026-03-23 22:22:50 +01:00
parent 645101c0b0
commit db2a29bda2
2 changed files with 13 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ module.exports = defineConfig({
},
{
name: 'desktop',
use: { ...base.use, viewport: { width: 1280, height: 900 }, deviceScaleFactor: 2 },
use: { ...base.use, viewport: { width: 1280, height: 900 }, deviceScaleFactor: 3 },
},
],
});