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');
|
||||
|
||||
Reference in New Issue
Block a user