We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fb7fd commit 1688bbdCopy full SHA for 1688bbd
.vitepress/config.js
@@ -6,6 +6,7 @@ import { dovecotMdExtend } from '../lib/markdown.js'
6
import { getExcludes } from '../lib/utility.js'
7
8
const base = '/2.4'
9
+const base_url = 'https://doc.dovecot.org'
10
11
export const dovecotConfig = {
12
data_paths: {
@@ -52,7 +53,7 @@ export default defineConfig({
52
53
54
base: base,
55
sitemap: {
- hostname: 'https://doc.dovecot.org' + base
56
+ hostname: base_url + base + '/'
57
},
58
59
vite: {
0 commit comments