Skip to content

Commit b91009d

Browse files
committed
fix: modify host url
1 parent e6757ff commit b91009d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig({
66
description: "A tutorials for k8s",
77
srcExclude: ['**/README.md'],
88
sitemap: {
9-
hostname: 'https://k8s.guangzhengli.com'
9+
hostname: 'https://k8s-tutorials.pages.dev'
1010
},
1111

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

0 commit comments

Comments
 (0)