docs: using jsdelivr for assets (#10434)

This commit is contained in:
neverland
2022-03-26 09:33:47 +08:00
committed by GitHub
parent c7904c4f63
commit d02b0b8eb6
99 changed files with 326 additions and 267 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
},
site: {
title: '<%= name %>',
logo: 'https://img.yzcdn.cn/vant/logo.png',
logo: 'https://cdn.jsdelivr.net/npm/@vant/assets/logo.png',
nav: [
{
title: '开发指南',

View File

@@ -10,7 +10,7 @@ export default {
},
site: {
title: '<%= name %>',
logo: 'https://img.yzcdn.cn/vant/logo.png',
logo: 'https://cdn.jsdelivr.net/npm/@vant/assets/logo.png',
nav: [
{
title: '开发指南',