mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
11 lines
244 B
JavaScript
11 lines
244 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' }
|
|
]
|
|
}
|
|
}
|