We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d24a2e commit dd62111Copy full SHA for dd62111
1 file changed
docs/.vitepress/config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
5
description: 'Composable resilience for Go function calls. Zero-dependency core with retry, backoff, and OpenTelemetry plugins.',
6
base: '/resilience/',
7
sitemap: {
8
- hostname: 'https://thumbrise.github.io/resilience',
+ hostname: 'https://thumbrise.github.io',
9
},
10
head: [
11
['meta', {property: 'og:type', content: 'website'}],
0 commit comments