mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
16 lines
203 B
JavaScript
16 lines
203 B
JavaScript
export default {
|
|
loading: {
|
|
color: '#4FC08D',
|
|
failedColor: '#bf5050',
|
|
duration: 1500
|
|
},
|
|
head: {
|
|
title: 'Default title'
|
|
},
|
|
generate: {
|
|
routes: [
|
|
'/posts/1'
|
|
]
|
|
}
|
|
}
|