Fix sitemap hostname (#1135)
This commit is contained in:
@@ -7,7 +7,7 @@ export default defineConfig( {
|
||||
title: 'KernelSU',
|
||||
locales: locales.locales,
|
||||
sitemap: {
|
||||
hostname: 'https://kernelsu.com'
|
||||
hostname: 'https://kernelsu.org'
|
||||
},
|
||||
buildEnd: async (config: SiteConfig) => {
|
||||
const templateDir = resolve(config.outDir, 'templates');
|
||||
@@ -21,4 +21,4 @@ export default defineConfig( {
|
||||
}
|
||||
await writeFile(templateList, JSON.stringify(files));
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user