docs: revert cdn URL (#8310)

This commit is contained in:
neverland
2021-03-08 17:19:56 +08:00
committed by GitHub
parent 8bae9ca0ed
commit 110af6f1f4
96 changed files with 249 additions and 268 deletions
@@ -10,7 +10,7 @@ module.exports = {
},
site: {
title: '<%= name %>',
logo: 'https://img01.yzcdn.cn/vant/logo.png',
logo: 'https://img.yzcdn.cn/vant/logo.png',
nav: [
{
title: '开发指南',
@@ -10,7 +10,7 @@ module.exports = {
},
site: {
title: '<%= name %>',
logo: 'https://img01.yzcdn.cn/vant/logo.png',
logo: 'https://img.yzcdn.cn/vant/logo.png',
nav: [
{
title: '开发指南',
+1 -1
View File
@@ -39,7 +39,7 @@ module.exports = {
// 标题
title: 'Demo UI',
// 图标
logo: 'https://img01.yzcdn.cn/vant/logo.png',
logo: 'https://img.yzcdn.cn/vant/logo.png',
// 描述
description: '示例组件库',
// 左侧导航
+1 -3
View File
@@ -2,9 +2,7 @@ module.exports = {
base: '/vant/vant-use/',
title: 'Vant Use',
dest: 'dist/site',
head: [
['link', { rel: 'icon', href: 'https://img01.yzcdn.cn/vant/logo.png' }],
],
head: [['link', { rel: 'icon', href: 'https://img.yzcdn.cn/vant/logo.png' }]],
patterns: ['**/*.md', '!**/node_modules'],
themeConfig: {
nav: [