mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
12 lines
277 B
JavaScript
12 lines
277 B
JavaScript
|
module.exports = {
|
||
|
head: {
|
||
|
title: 'Auth Routes',
|
||
|
meta: [
|
||
|
{ charset: 'utf-8' },
|
||
|
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
|
||
|
{ hid: 'description', content: 'Auth Routes example' }
|
||
|
]
|
||
|
},
|
||
|
loading: { color: '#3B8070' }
|
||
|
}
|