Skip to content

Commit

Permalink
feat: move .vitepress path
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Aug 15, 2023
1 parent 25bb98c commit 1149f3d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.mts → docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ export default defineConfig({
},

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

0 comments on commit 1149f3d

Please sign in to comment.