1 Star 0 Fork 1

Willin Wang/不可替代的团队领袖培养计划

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nuxt.config.js 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
Willin Wang 提交于 2021-03-30 11:57 +08:00 . chore: :lipstick:update config
import theme from '@nuxt/content-theme-docs';
export default theme({
loading: { color: '#00CD81' },
i18n: {
locales: () => [
{
code: 'zh',
iso: 'zh-CN',
file: 'zh-CN.js',
name: '简体中文'
}
],
defaultLocale: 'zh'
},
buildModules: ['@nuxtjs/google-analytics', '@nuxtjs/google-adsense', '@nuxtjs/sitemap'],
content: {
liveEdit: false
},
components: true,
pwa: {
manifest: {
name: '团队领袖计划'
}
},
googleAnalytics: {
id: 'UA-33096931-4'
},
'google-adsense': {
id: 'ca-pub-5059418763237956',
pageLevelAds: true,
overlayBottom: true
},
sitemap: {
hostname: 'https://leader.js.cool'
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/willin/leader.js.cool.git
git@gitee.com:willin/leader.js.cool.git
willin
leader.js.cool
不可替代的团队领袖培养计划
master

搜索帮助