Skip to content

Commit

Permalink
fix: modify host url
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Aug 15, 2023
1 parent e6757ff commit b91009d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
description: "A tutorials for k8s",
srcExclude: ['**/README.md'],
sitemap: {
hostname: 'https://k8s.guangzhengli.com'
hostname: 'https://k8s-tutorials.pages.dev'
},

head: [
Expand All @@ -16,7 +16,7 @@ export default defineConfig({
['meta', { name: 'og:title', content: 'Kubernetes 练习手册' }],
['meta', { name: 'og:description', content: 'A tutorials for k8s' }],
['meta', { name: 'og:image', content: '/k8s.png' }],
['meta', { name: 'og:url', content: 'https://k8s.guangzhengli.com' }],
['meta', { name: 'og:url', content: 'https://k8s-tutorials.pages.dev' }],
['script', { async: '', src: 'https://umami-ochre-nu.vercel.app/umami.js', 'data-website-id': 'c566e0a6-b11d-4fdc-ab1c-fd0b5ac2d852', 'defer': '' }],
],
themeConfig: {
Expand Down

0 comments on commit b91009d

Please sign in to comment.