mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
21 lines
311 B
TypeScript
21 lines
311 B
TypeScript
export default {
|
|
title: 'Nuxt 3',
|
|
url: 'https://v3.nuxtjs.org',
|
|
template: 'docs',
|
|
theme: {
|
|
colors: {
|
|
primary: '#00c58e'
|
|
},
|
|
header: {
|
|
logo: true,
|
|
title: false
|
|
}
|
|
},
|
|
twitter: 'nuxt_js',
|
|
github: {
|
|
repo: 'nuxt/framework',
|
|
dir: 'docs',
|
|
branch: 'main'
|
|
}
|
|
}
|