mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
|
module.exports = {
|
||
|
head: {
|
||
|
titleTemplate: 'Nuxt.js - Dynamic Components',
|
||
|
meta: [
|
||
|
{ charset: 'utf-8' },
|
||
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
|
||
|
]
|
||
|
}
|
||
|
}
|