Skip to content

Commit 1149f3d

Browse files
committed
feat: move .vitepress path
1 parent 25bb98c commit 1149f3d

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export default defineConfig({
1010
},
1111

1212
head: [
13-
['link', { rel: 'icon', href: '/base/favicon.ico' }],
13+
['link', { rel: 'icon', href: '/favicon.ico' }],
1414
['meta', { name: 'author', content: 'Guangzheng Li' }],
1515
['meta', { name: 'keywords', content: 'kubernetes, k8s, tutorials, workshop, practice, guangzheng li' }],
1616
['meta', { name: 'og:title', content: 'Kubernetes 练习手册' }],
1717
['meta', { name: 'og:description', content: 'A tutorials for k8s' }],
18-
['meta', { name: 'og:image', content: '/base/k8s.png' }],
18+
['meta', { name: 'og:image', content: '/k8s.png' }],
1919
['meta', { name: 'og:url', content: 'https://k8s.guangzhengli.com' }],
2020
['script', { async: '', src: 'https://umami-ochre-nu.vercel.app/umami.js', 'data-website-id': 'c566e0a6-b11d-4fdc-ab1c-fd0b5ac2d852', 'defer': '' }],
2121
],
File renamed without changes.

0 commit comments

Comments
 (0)