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