mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
11 lines
171 B
JavaScript
11 lines
171 B
JavaScript
|
module.exports = {
|
||
|
head: {
|
||
|
meta: [
|
||
|
{ content: 'width=device-width,initial-scale=1', name: 'viewport' }
|
||
|
]
|
||
|
},
|
||
|
router: {
|
||
|
middleware: ['mobile']
|
||
|
}
|
||
|
}
|