@@ -153,21 +153,21 @@ const vue3ElementAdminSidebarConfig: DefaultTheme.SidebarItem[] = [
153153
154154
155155export default defineConfig ( {
156- base : '/easy- docs/' ,
157- title : 'EasyTemplate ' ,
156+ base : '/docs/' ,
157+ title : 'VueZone ' ,
158158
159159 lastUpdated : true ,
160160 cleanUrls : true ,
161161 metaChunk : true ,
162162
163163 head : [
164- [ 'link' , { rel : 'icon' , href : '/easy- docs/favicon.svg' , type : 'image/svg+xml' } ] ,
165- [ 'link' , { rel : 'alternate icon' , href : '/easy- docs/favicon.ico' , type : 'image/png' , sizes : '16x16' } ] ,
164+ [ 'link' , { rel : 'icon' , href : '/docs/favicon.svg' , type : 'image/svg+xml' } ] ,
165+ [ 'link' , { rel : 'alternate icon' , href : '/docs/favicon.ico' , type : 'image/png' , sizes : '16x16' } ] ,
166166 [ 'meta' , { name : 'theme-color' , content : '#55a578' } ] ,
167167 [ 'meta' , { property : 'og:type' , content : 'website' } ] ,
168168 [ 'meta' , { property : 'og:locale' , content : 'zh' } ] ,
169- [ 'meta' , { property : 'og:title' , content : 'EasyTemplate | Out of the box Vue 3 template' } ] ,
170- [ 'meta' , { property : 'og:site_name' , content : 'EasyTemplate ' } ] ,
169+ [ 'meta' , { property : 'og:title' , content : 'VueZone | Out of the box Vue 3 template' } ] ,
170+ [ 'meta' , { property : 'og:site_name' , content : 'VueZone ' } ] ,
171171 // ['meta', { property: 'og:url', content: '' }],
172172 ] ,
173173
@@ -179,7 +179,7 @@ export default defineConfig({
179179 } ,
180180
181181 socialLinks : [
182- { icon : 'github' , link : 'https://github.com/easy-temps ' } ,
182+ { icon : 'github' , link : 'https://github.com/vue-zone ' } ,
183183 { icon : 'x' , link : 'https://twitter.com/charlie9627' }
184184 ] ,
185185
@@ -199,7 +199,7 @@ export default defineConfig({
199199 } ,
200200
201201 editLink : {
202- pattern : 'https://github.com/easy-temps/easy- docs/edit/main/:path' ,
202+ pattern : 'https://github.com/vue-zone/ docs/edit/main/:path' ,
203203 text : '在 GitHub 上编辑此页面' ,
204204 } ,
205205
@@ -214,7 +214,7 @@ export default defineConfig({
214214
215215 footer : {
216216 message : '基于 MIT 许可发布' ,
217- copyright : '版权所有 © 2022-2024 EasyTemplate ' ,
217+ copyright : '版权所有 © 2022-2025 VueZone ' ,
218218 } ,
219219 } ,
220220
0 commit comments