You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
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