Skip to content

Commit 6d860a4

Browse files
committed
chore: remove commented out module config from test fixture
1 parent 502d5b1 commit 6d860a4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/fixtures/basic/nuxt.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@ export default defineNuxtConfig({
22
modules: [
33
'@nuxtjs/device',
44
],
5-
// device: {
6-
// enabled: true,
7-
// defaultUserAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.39 Safari/537.36',
8-
// refreshOnResize: false
9-
// },
105
})

0 commit comments

Comments
 (0)