We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e11bbd commit 80abdc3Copy full SHA for 80abdc3
tests/playwright.config.js
@@ -29,10 +29,6 @@ export default defineConfig({
29
name: 'webkit',
30
use: { ...devices['Desktop Safari'] },
31
},
32
- {
33
- name: 'Mobile Chrome',
34
- use: { ...devices['Pixel 5'] },
35
- },
36
],
37
webServer: {
38
command: `cd ../exampleSite && hugo mod get && hugo --gc -e production && hugo serve --port ${PORT}`,
0 commit comments