Skip to content

Commit dd62111

Browse files
committed
docs: Update sitemap hostname in VitePress config
1 parent 1d24a2e commit dd62111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
description: 'Composable resilience for Go function calls. Zero-dependency core with retry, backoff, and OpenTelemetry plugins.',
66
base: '/resilience/',
77
sitemap: {
8-
hostname: 'https://thumbrise.github.io/resilience',
8+
hostname: 'https://thumbrise.github.io',
99
},
1010
head: [
1111
['meta', {property: 'og:type', content: 'website'}],

0 commit comments

Comments
 (0)